mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
cleaned up trait name displays
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5980 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+13
-2
@@ -2131,8 +2131,7 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"格斗家",
|
||||
L"班副",
|
||||
L"技师",
|
||||
L"救护兵",
|
||||
L"特工", // L"Covert Ops",
|
||||
L"救护兵",
|
||||
// Minor traits
|
||||
L"双持",
|
||||
L"近战",
|
||||
@@ -2144,6 +2143,8 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"爆破",
|
||||
L"教学",
|
||||
L"侦察", // 20
|
||||
// covert ops is a major trait that was added later
|
||||
L"特工", // L"Covert Ops",
|
||||
// second names for major skills
|
||||
L"机枪手",
|
||||
L"掷弹兵",
|
||||
@@ -2154,6 +2155,16 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"班长",
|
||||
L"工兵",
|
||||
L"军医",
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"间谍", // 30
|
||||
L"更多...",
|
||||
};
|
||||
|
||||
+24
-12
@@ -2118,39 +2118,51 @@ STR16 gzMercSkillText[] =
|
||||
STR16 gzMercSkillTextNew[] =
|
||||
{
|
||||
// Major traits
|
||||
L"No Skill",
|
||||
L"Auto Weapons",
|
||||
L"No Skill", // 0
|
||||
L"Auto Weapons", // 1
|
||||
L"Heavy Weapons",
|
||||
L"Marksman",
|
||||
L"Hunter",
|
||||
L"Gunslinger",
|
||||
L"Gunslinger", // 5
|
||||
L"Hand to Hand",
|
||||
L"Deputy",
|
||||
L"Technician",
|
||||
L"Paramedic",
|
||||
L"Covert Ops", // 10 // TODO.Translate
|
||||
L"Paramedic", // 9
|
||||
// Minor traits
|
||||
L"Ambidextrous",
|
||||
L"Ambidextrous", // 10
|
||||
L"Melee",
|
||||
L"Throwing",
|
||||
L"Night Ops",
|
||||
L"Stealthy",
|
||||
L"Athletics",
|
||||
L"Athletics", // 15
|
||||
L"Bodybuilding",
|
||||
L"Demolitions",
|
||||
L"Teaching",
|
||||
L"Scouting",
|
||||
L"Scouting", // 19
|
||||
// covert ops is a major trait that was added later
|
||||
L"Covert Ops", // 20
|
||||
// second names for major skills
|
||||
L"Machinegunner",
|
||||
L"Machinegunner", // 21
|
||||
L"Bombardier",
|
||||
L"Sniper",
|
||||
L"Ranger",
|
||||
L"Gunfighter",
|
||||
L"Gunfighter", // 25
|
||||
L"Martial Arts",
|
||||
L"Squadleader",
|
||||
L"Engineer",
|
||||
L"Doctor",
|
||||
L"Spy", // 30 // TODO.Translate
|
||||
L"Doctor", // 20
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Spy", // 40
|
||||
L"More...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
+22
-10
@@ -2123,7 +2123,7 @@ STR16 gzMercSkillTextNew[] =
|
||||
{
|
||||
// Major traits
|
||||
L"No Skill", // 0
|
||||
L"Auto Weapons",
|
||||
L"Auto Weapons", // 1
|
||||
L"Heavy Weapons",
|
||||
L"Marksman",
|
||||
L"Hunter",
|
||||
@@ -2131,21 +2131,22 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Hand to Hand",
|
||||
L"Deputy",
|
||||
L"Technician",
|
||||
L"Paramedic",
|
||||
L"Covert Ops", // 10
|
||||
L"Paramedic", // 9
|
||||
// Minor traits
|
||||
L"Ambidextrous",
|
||||
L"Ambidextrous", // 10
|
||||
L"Melee",
|
||||
L"Throwing",
|
||||
L"Night Ops",
|
||||
L"Stealthy", // 15
|
||||
L"Athletics",
|
||||
L"Stealthy",
|
||||
L"Athletics", // 15
|
||||
L"Bodybuilding",
|
||||
L"Demolitions",
|
||||
L"Teaching",
|
||||
L"Scouting", // 20
|
||||
L"Scouting", // 19
|
||||
// covert ops is a major trait that was added later
|
||||
L"Covert Ops", // 20
|
||||
// second names for major skills
|
||||
L"Machinegunner",
|
||||
L"Machinegunner", // 21
|
||||
L"Bombardier",
|
||||
L"Sniper",
|
||||
L"Ranger",
|
||||
@@ -2153,8 +2154,19 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Martial Arts",
|
||||
L"Squadleader",
|
||||
L"Engineer",
|
||||
L"Doctor",
|
||||
L"Spy", // 30
|
||||
L"Doctor", // 20
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Spy", // 40
|
||||
L"More...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
+14
-2
@@ -2136,8 +2136,7 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Arts martiaux",
|
||||
L"Meneur",
|
||||
L"Technicien",
|
||||
L"Médecin",
|
||||
L"Espionnage", // 10 // TODO.Translate !!! "Infiltrateur" ? Char limit ?
|
||||
L"Médecin",
|
||||
// Minor traits
|
||||
L"Ambidextre",
|
||||
L"Mêlée",
|
||||
@@ -2149,6 +2148,8 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Sabotage",
|
||||
L"Instructeur",
|
||||
L"Reconnaissance",
|
||||
// covert ops is a major trait that was added later
|
||||
L"Espionnage", // 10 // TODO.Translate !!! "Infiltrateur" ? Char limit ?
|
||||
// second names for major skills
|
||||
L"Mitrailleur",
|
||||
L"Bombardier",
|
||||
@@ -2159,6 +2160,17 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Commandant",
|
||||
L"Ingénieur",
|
||||
L"Chirurgien",
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Espion", // 30
|
||||
L"Plus...",
|
||||
};
|
||||
|
||||
+14
-3
@@ -2142,8 +2142,7 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Faustkämpfer",
|
||||
L"Gruppenführer",
|
||||
L"Mechaniker",
|
||||
L"Sanitäter",
|
||||
L"Geheimagent",
|
||||
L"Sanitäter",
|
||||
// Minor traits
|
||||
L"Beidhänder",
|
||||
L"Messerkämpfer",
|
||||
@@ -2155,7 +2154,8 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Sprengmeister",
|
||||
L"Ausbilder",
|
||||
L"Aufklärer",
|
||||
|
||||
// covert ops is a major trait that was added later
|
||||
L"Geheimagent",
|
||||
// second names for major skills
|
||||
L"MG-Veteran",
|
||||
L"Artillerist",
|
||||
@@ -2166,6 +2166,17 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Zugführer",
|
||||
L"Ingenieur",
|
||||
L"Arzt",
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Spion", // 30
|
||||
L"Mehr...",
|
||||
};
|
||||
|
||||
+24
-12
@@ -2114,39 +2114,51 @@ STR16 gzMercSkillText[] =
|
||||
STR16 gzMercSkillTextNew[] =
|
||||
{
|
||||
// Major traits
|
||||
L"No Skill",
|
||||
L"Auto Weapons",
|
||||
L"No Skill", // 0
|
||||
L"Auto Weapons", // 1
|
||||
L"Heavy Weapons",
|
||||
L"Marksman",
|
||||
L"Hunter",
|
||||
L"Gunslinger",
|
||||
L"Gunslinger", // 5
|
||||
L"Hand to Hand",
|
||||
L"Deputy",
|
||||
L"Technician",
|
||||
L"Paramedic",
|
||||
L"Covert Ops", // 10 // TODO.Translate
|
||||
L"Paramedic", // 9
|
||||
// Minor traits
|
||||
L"Ambidextrous",
|
||||
L"Ambidextrous", // 10
|
||||
L"Melee",
|
||||
L"Throwing",
|
||||
L"Night Ops",
|
||||
L"Stealthy",
|
||||
L"Athletics",
|
||||
L"Athletics", // 15
|
||||
L"Bodybuilding",
|
||||
L"Demolitions",
|
||||
L"Teaching",
|
||||
L"Scouting",
|
||||
L"Scouting", // 19
|
||||
// covert ops is a major trait that was added later
|
||||
L"Covert Ops", // 20
|
||||
// second names for major skills
|
||||
L"Machinegunner",
|
||||
L"Machinegunner", // 21
|
||||
L"Bombardier",
|
||||
L"Sniper",
|
||||
L"Ranger",
|
||||
L"Gunfighter",
|
||||
L"Gunfighter", // 25
|
||||
L"Martial Arts",
|
||||
L"Squadleader",
|
||||
L"Engineer",
|
||||
L"Doctor",
|
||||
L"Spy", // 30 // TODO.Translate
|
||||
L"Doctor", // 20
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Spy", // 40
|
||||
L"More...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
+14
-3
@@ -2139,8 +2139,7 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Walka Wręcz",
|
||||
L"Zastępca Szeryfa",
|
||||
L"Technik",
|
||||
L"Paramedyk",
|
||||
L"Covert Ops", // 10 // TODO.Translate
|
||||
L"Paramedyk",
|
||||
// Minor traits
|
||||
L"Oburęczność",
|
||||
L"Walka Wręcz",
|
||||
@@ -2152,6 +2151,8 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Ładunki Wybuchowe",
|
||||
L"Uczenie",
|
||||
L"Zwiad",
|
||||
// covert ops is a major trait that was added later
|
||||
L"Covert Ops", // 10 // TODO.Translate
|
||||
// second names for major skills
|
||||
L"Strzelec RKMu",
|
||||
L"Bombardier",
|
||||
@@ -2162,7 +2163,17 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Dowódca Drużyny",
|
||||
L"Inżynier",
|
||||
L"Doktor",
|
||||
L"Spy", // 30 // TODO.Translate
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Spy", // 40 // TODO.Translate
|
||||
L"Więcej...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
+12
-1
@@ -2132,7 +2132,6 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Старшина", //Deputy
|
||||
L"Механик-электронщик", //Technician
|
||||
L"Санитар", //Paramedic
|
||||
L"Covert Ops", // 10 // TODO.Translate
|
||||
// Minor traits
|
||||
L"Ловкач", //Ambidextrous
|
||||
L"Мастер клинка", //Melee
|
||||
@@ -2144,6 +2143,8 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Подрывник", //Demolitions
|
||||
L"Инструктор", //Teaching
|
||||
L"Разведчик", //Scouting
|
||||
// covert ops is a major trait that was added later
|
||||
L"Covert Ops", // 20 // TODO.Translate
|
||||
// second names for major skills
|
||||
L"Пулемётчик", //Machinegunner
|
||||
L"Артиллерист", //Bombardier
|
||||
@@ -2154,6 +2155,16 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Командир", //Squadleader
|
||||
L"Инженер", //Engineer
|
||||
L"Доктор", //Doctor
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Шпион", // 30
|
||||
L"Ещё...",
|
||||
};
|
||||
|
||||
+24
-12
@@ -2122,39 +2122,51 @@ STR16 gzMercSkillText[] =
|
||||
STR16 gzMercSkillTextNew[] =
|
||||
{
|
||||
// Major traits
|
||||
L"No Skill",
|
||||
L"Auto Weapons",
|
||||
L"No Skill", // 0
|
||||
L"Auto Weapons", // 1
|
||||
L"Heavy Weapons",
|
||||
L"Marksman",
|
||||
L"Hunter",
|
||||
L"Gunslinger",
|
||||
L"Gunslinger", // 5
|
||||
L"Hand to Hand",
|
||||
L"Deputy",
|
||||
L"Technician",
|
||||
L"Paramedic",
|
||||
L"Covert Ops", // 10 // TODO.Translate
|
||||
L"Paramedic", // 9
|
||||
// Minor traits
|
||||
L"Ambidextrous",
|
||||
L"Ambidextrous", // 10
|
||||
L"Melee",
|
||||
L"Throwing",
|
||||
L"Night Ops",
|
||||
L"Stealthy",
|
||||
L"Athletics",
|
||||
L"Athletics", // 15
|
||||
L"Bodybuilding",
|
||||
L"Demolitions",
|
||||
L"Teaching",
|
||||
L"Scouting",
|
||||
L"Scouting", // 19
|
||||
// covert ops is a major trait that was added later
|
||||
L"Covert Ops", // 20
|
||||
// second names for major skills
|
||||
L"Machinegunner",
|
||||
L"Machinegunner", // 21
|
||||
L"Bombardier",
|
||||
L"Sniper",
|
||||
L"Ranger",
|
||||
L"Gunfighter",
|
||||
L"Gunfighter", // 25
|
||||
L"Martial Arts",
|
||||
L"Squadleader",
|
||||
L"Engineer",
|
||||
L"Doctor",
|
||||
L"Spy", // 30 // TODO.Translate
|
||||
L"Doctor", // 20
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Spy", // 40
|
||||
L"More...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user