mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
New Trait: SURVIVAL (new minor trait) gets the non-weapon parts of the ranger trait.
Requires GameDir >= r2213. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7756 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+12
-8
@@ -2524,32 +2524,34 @@ STR16 gzMercSkillTextNew[] =
|
||||
// new minor traits
|
||||
L"Radio Operator", // 21
|
||||
L"Snitch", // 22
|
||||
L"Survival",
|
||||
|
||||
// second names for major skills
|
||||
L"Machinegunner", // 23
|
||||
L"Machinegunner", // 24
|
||||
L"Bombardier",
|
||||
L"Sniper",
|
||||
L"Ranger",
|
||||
L"Gunfighter", // 27
|
||||
L"Gunfighter",
|
||||
L"Martial Arts",
|
||||
L"Squadleader",
|
||||
L"Engineer",
|
||||
L"Doctor", // 31
|
||||
L"Doctor",
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 32
|
||||
L"Placeholder", // 33
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 37
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 41
|
||||
L"Spy", // 42
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 42
|
||||
L"Spy", // 43
|
||||
L"Placeholder", // for radio operator (minor trait)
|
||||
L"Placeholder", // for snitch (minor trait)
|
||||
L"More...", // 45
|
||||
L"Placeholder", // for survival (minor trait)
|
||||
L"More...", // 47
|
||||
L"various", // for VARIOUSSKILLS
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
@@ -6866,6 +6868,8 @@ STR16 MissingIMPSkillsDescriptions[] =
|
||||
L"Covert Operations: You make 007 look like an amateur! ± ",
|
||||
// Radio Operator
|
||||
L"Radio Operator: Your usage of communication devices broaden your team's tactical and strategic skills. ± ",
|
||||
// Survival
|
||||
L"Survival: Nature is a second home to you. ± ",
|
||||
};
|
||||
|
||||
STR16 NewInvMessage[] =
|
||||
|
||||
Reference in New Issue
Block a user