mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +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:
+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...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user