mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
New feature: radio operator trait allows calling in artillery, requesting reinforcements, scanning for enemies and a few other skills.
Also includes mechansim for easy implementation of new skills. For more info see http://www.bears-pit.com/board/ubbthreads.php/topics/327348.html#Post327348 Requires GameDir >= r1848. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6547 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+66
-7
@@ -1642,6 +1642,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"Voertuig", // in a vehicle
|
||||
L"Onderweg", // in transit - abbreviated form
|
||||
L"Repareer", // repairing
|
||||
L"Radio Scan", // scanning for nearby patrols // TODO.Translate
|
||||
L"Oefenen", // training themselves
|
||||
L"Militie", // training a town to revolt
|
||||
L"M.Militia", //training moving militia units // TODO.Translate
|
||||
@@ -1730,6 +1731,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Voertuig", // in a vehicle
|
||||
L"Onderweg", // in transit - abbreviated form
|
||||
L"Repareer", // repairing
|
||||
L"Radio Scan", // radio scan // TODO.Translate
|
||||
L"Oefenen", // training themselves
|
||||
L"Militie", // training a town to revolt
|
||||
L"Training Mobile Militia", // TODO.Translate
|
||||
@@ -1778,6 +1780,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Voertuig", // in a vehicle
|
||||
L"Onderweg", // in transit - abbreviated form
|
||||
L"Repareer", // repairing
|
||||
L"Radio Scan", // radio scan // TODO.Translate
|
||||
L"Oefenen", // training themselves
|
||||
L"Militie", // training a town to revolt
|
||||
L"Train Mobiles", // TODO.Translate
|
||||
@@ -1907,6 +1910,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Patient", // the merc is receiving medical attention
|
||||
L"Vehicle", // the merc is in a vehicle
|
||||
L"Repair", // the merc is repairing items
|
||||
L"Radio Scan", // Flugente: the merc is scanning for patrols in neighbouring sectors
|
||||
L"Train", // the merc is training
|
||||
L"Move Item", // move items // TODO.Translate
|
||||
L"Facility", // the merc is using/staffing a facility // TODO.Translate
|
||||
@@ -1935,6 +1939,44 @@ STR16 pMilitiaControlMenuStrings[] =
|
||||
L"Cancel", // cancel this menu
|
||||
};
|
||||
|
||||
//Flugente
|
||||
STR16 pTraitSkillsMenuStrings[] = // TODO.Translate
|
||||
{
|
||||
// radio operator
|
||||
L"Artillery Strike",
|
||||
L"Jam communications",
|
||||
L"Scan frequencies",
|
||||
L"Eavesdrop",
|
||||
L"Call reinforcements",
|
||||
L"Switch off radio set",
|
||||
};
|
||||
|
||||
//Flugente: short description of the above skills for the skill selection menu
|
||||
STR16 pTraitSkillsMenuDescStrings[] =
|
||||
{
|
||||
// radio operator
|
||||
L"Order an artillery strike from sector...",
|
||||
L"Fill all radio frequencies with white noise, making communications impossible.",
|
||||
L"Scan for jamming signals.",
|
||||
L"Use your radio equipment to continously listen for enemy movement",
|
||||
L"Call in reinforcements from neighbouring sectors.",
|
||||
L"Turn off radio set to save batteries.",
|
||||
};
|
||||
|
||||
STR16 pTraitSkillsDenialStrings[] =
|
||||
{
|
||||
L"Requires:\n",
|
||||
L" - %d AP\n",
|
||||
L" - %s\n",
|
||||
L" - %s or higher\n",
|
||||
L" - %s or higher or\n",
|
||||
L" - %d minutes to be ready\n",
|
||||
L" - mortar positions in neighbouring sectors\n",
|
||||
L" - %s |o|r %s |a|n|d %s or %s or higher\n"
|
||||
L" - posession by a demon",
|
||||
};
|
||||
|
||||
|
||||
//STR16 pTalkToAllMenuStrings[] =
|
||||
//{
|
||||
// L"Attack", // set militia to aggresive
|
||||
@@ -2147,28 +2189,31 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Scouting", // 19
|
||||
// covert ops is a major trait that was added later
|
||||
L"Covert Ops", // 20
|
||||
// new minor traits
|
||||
L"Radio Operator", // 21
|
||||
// second names for major skills
|
||||
L"Machinegunner", // 21
|
||||
L"Machinegunner", // 22
|
||||
L"Bombardier",
|
||||
L"Sniper",
|
||||
L"Ranger",
|
||||
L"Gunfighter", // 25
|
||||
L"Gunfighter", // 26
|
||||
L"Martial Arts",
|
||||
L"Squadleader",
|
||||
L"Engineer",
|
||||
L"Doctor", // 20
|
||||
L"Doctor", // 30
|
||||
// placeholders for minor traits
|
||||
L"Placeholder", // 30
|
||||
L"Placeholder", // 31
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 35
|
||||
L"Placeholder", // 36
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder",
|
||||
L"Placeholder", // 39
|
||||
L"Spy", // 40
|
||||
L"Placeholder", // 40
|
||||
L"Spy", // 41
|
||||
L"Placeholder", // for radio operator (minor trait)
|
||||
L"More...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
@@ -6364,6 +6409,8 @@ STR16 MissingIMPSkillsDescriptions[] =
|
||||
L"Scouting: Nothing can escape your notice! ± ",
|
||||
// Covert ops
|
||||
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
|
||||
};
|
||||
|
||||
STR16 NewInvMessage[] =
|
||||
@@ -7860,4 +7907,16 @@ STR16 szSexistText[]=
|
||||
L"a Gentleman",
|
||||
};
|
||||
|
||||
// Flugente: power pack texts
|
||||
STR16 gPowerPackDesc[] =
|
||||
{
|
||||
L"Batteries are ",
|
||||
L"full",
|
||||
L"good",
|
||||
L"at half",
|
||||
L"low",
|
||||
L"depleted",
|
||||
L"."
|
||||
};
|
||||
|
||||
#endif //DUTCH
|
||||
|
||||
Reference in New Issue
Block a user