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:
+10
-6
@@ -2538,9 +2538,10 @@ STR16 gzMercSkillTextNew[] =
|
||||
// new minor traits
|
||||
L"Funker", // 21
|
||||
L"Snitch", // 22 // TODO.Translate
|
||||
L"Survival",
|
||||
|
||||
// second names for major skills
|
||||
L"MG-Veteran",
|
||||
L"MG-Veteran", // 24
|
||||
L"Artillerist",
|
||||
L"Scharfschütze",
|
||||
L"Jäger",
|
||||
@@ -2550,20 +2551,21 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Ingenieur",
|
||||
L"Arzt",
|
||||
// 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"Spion", // 42
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 42
|
||||
L"Spion", // 43
|
||||
L"Placeholder", // for radio operator (minor trait)
|
||||
L"Placeholder", // for snitch(minor trait)
|
||||
L"Mehr...",
|
||||
L"Placeholder", // for survival (minor trait)
|
||||
L"Mehr...", //47
|
||||
L"diverse", // for VARIOUSSKILLS
|
||||
};
|
||||
|
||||
@@ -6697,6 +6699,8 @@ STR16 MissingIMPSkillsDescriptions[] =
|
||||
L"Geheimagent: Neben Ihnen schaut 007 wie der reinste Amateur aus! ± ",
|
||||
// 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