mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +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:
+11
-6
@@ -2531,9 +2531,10 @@ STR16 gzMercSkillTextNew[] =
|
||||
// new minor traits
|
||||
L"Radiooperator", // 21
|
||||
L"Kapuś", // 22
|
||||
L"Survival",
|
||||
|
||||
// second names for major skills
|
||||
L"Strzelec RKMu",
|
||||
L"Strzelec RKMu", // 24
|
||||
L"Bombardier",
|
||||
L"Snajper",
|
||||
L"Myśliwy",
|
||||
@@ -2542,20 +2543,22 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Dowódca Drużyny",
|
||||
L"Inżynier",
|
||||
L"Doktor",
|
||||
L"Placeholder", // 32
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 33
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 37
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 41
|
||||
L"Szpieg", // 42
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 42
|
||||
L"Szpieg", // 43
|
||||
L"Placeholder", // for radio operator (minor trait)
|
||||
L"Placeholder", // for snitch(minor trait)
|
||||
L"Więcej...",
|
||||
L"Placeholder", // for survival (minor trait)
|
||||
L"Więcej...", // 47
|
||||
L"różne", // for VARIOUSSKILLS
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
@@ -6879,6 +6882,8 @@ STR16 MissingIMPSkillsDescriptions[] =
|
||||
L"Covert Operations: You make 007 look like an amateur! ± ", // TODO.Translate
|
||||
// Radio Operator
|
||||
L"Radio Operator: Your usage of communication devices broaden your team's tactical and strategic skills. ± ", // TOO.Translate
|
||||
// Survival
|
||||
L"Survival: Nature is a second home to you. ± ", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 NewInvMessage[] =
|
||||
|
||||
Reference in New Issue
Block a user