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
@@ -1638,6 +1638,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"Veicolo", // in a vehicle
|
||||
L"Transito", // in transit - abbreviated form
|
||||
L"Riparare", // repairing
|
||||
L"Radio Scan", // scanning for nearby patrols // TODO.Translate
|
||||
L"Esercit.", // training themselves
|
||||
L"Esercit.", // training a town to revolt
|
||||
L"M.Militia", //training moving militia units // TODO.Translate
|
||||
@@ -1726,6 +1727,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"veicolo",
|
||||
L"In transito",
|
||||
L"Riparare",
|
||||
L"Radio Scan", // radio scan // TODO.Translate
|
||||
L"Esercitarsi",
|
||||
L"Allenamento Esercito",
|
||||
L"Training Mobile Militia", // TODO.Translate
|
||||
@@ -1774,6 +1776,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Veicolo",
|
||||
L"In transito",
|
||||
L"Ripara",
|
||||
L"Radio Scan", // radio scan // TODO.Translate
|
||||
L"Esercitarsi",
|
||||
L"Allenatore esercito",
|
||||
L"Train Mobiles", // TODO.Translate
|
||||
@@ -1903,6 +1906,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Paziente", // the merc is receiving medical attention
|
||||
L"Veicolo", // the merc is in a vehicle
|
||||
L"Ripara", // the merc is repairing items
|
||||
L"Radio Scan", // Flugente: the merc is scanning for patrols in neighbouring sectors
|
||||
L"Si esercita", // the merc is training
|
||||
L"Move Item", // move items // TODO.Translate
|
||||
L"Facility", // the merc is using/staffing a facility // TODO.Translate
|
||||
@@ -1931,6 +1935,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
|
||||
@@ -2143,28 +2185,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...",
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
@@ -6351,6 +6396,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[] =
|
||||
@@ -7847,4 +7894,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 //ITALIAN
|
||||
|
||||
Reference in New Issue
Block a user