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:
Flugente
2015-02-27 23:23:03 +00:00
parent 3f615cc68b
commit 8bfb14e90a
48 changed files with 700 additions and 768 deletions
+7 -3
View File
@@ -2530,9 +2530,10 @@ STR16 gzMercSkillTextNew[] =
// new minor traits
L"Opérateur radio", // 21
L"Infiltré", // 22
L"Survival",
// second names for major skills
L"Mitrailleur",
L"Mitrailleur", // 24
L"Bombardier",
L"Sniper",
L"Ranger",
@@ -2542,7 +2543,7 @@ STR16 gzMercSkillTextNew[] =
L"Ingénieur",
L"Chirurgien",
// placeholders for minor traits
L"Placeholder", // 32
L"Placeholder", // 33
L"Placeholder",
L"Placeholder",
L"Placeholder",
@@ -2555,7 +2556,8 @@ STR16 gzMercSkillTextNew[] =
L"Espion", // 42
L"Placeholder", // for radio operator (minor trait)
L"Placeholder", // for snitch (minor trait)
L"Plus...", // 45
L"Placeholder", // for survival (minor trait)
L"Plus...", // 47
L"Divers", // for VARIOUSSKILLS
};
//////////////////////////////////////////////////////////
@@ -6870,6 +6872,8 @@ STR16 MissingIMPSkillsDescriptions[] =
L"Déguisement : Vous ferez passer 007 pour un amateur ! ± ",
// Radio Operator
L"Opérateur radio : Votre maitrise des appareils de communication élargit le champs des compétences tactiques et stratégiques de votre équipe. ± ",
// Survival
L"Survival: Nature is a second home to you. ± ", // TODO.Translate
};
STR16 NewInvMessage[] =