mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
New feature: mercs on administration assignment boost the effectivity of other mercs
For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=356696&#msg_356696 Requires GameDir >= r2472 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8665 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2475,6 +2475,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"DoctorM.",
|
||||
L"DMilitia",
|
||||
L"Burial",
|
||||
L"Admin", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2583,6 +2584,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Doctor wounded militia",
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2650,6 +2652,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Doctor wounded militia",
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -2773,6 +2776,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Get Item", // get items // TODO.Translate
|
||||
L"Fortify", // fortify sector // TODO.Translate
|
||||
L"Intel", // covert assignments // TODO.Translate
|
||||
L"Administer", // TODO.Translate
|
||||
L"Facility", // the merc is using/staffing a facility // TODO.Translate
|
||||
L"Stop", // cancel this menu
|
||||
};
|
||||
@@ -7470,6 +7474,9 @@ STR16 New113Message[] =
|
||||
L"patience",
|
||||
L"%s's shield has been destroyed!", // TODO.Translate
|
||||
L" DELAY", // TODO.Translate
|
||||
L"Yes*",
|
||||
L"Yes",
|
||||
L"No",
|
||||
};
|
||||
|
||||
// TODO.Translate
|
||||
@@ -8472,6 +8479,8 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
|
||||
L"|E|m|p|t|y |B|l|o|o|d |B|a|g", // TODO.Translate
|
||||
L"|B|l|o|o|d |B|a|g", // 44
|
||||
L"|R|e|s|i|s|t|a|n|t |t|o |F|i|r|e",
|
||||
L"|A|d|m|i|n|i|s|t|r|a|t|i|o|n |M|o|d|i|f|i|e|r",
|
||||
L"|H|a|c|k|i|n|g |M|o|d|i|f|i|e|r",
|
||||
};
|
||||
|
||||
STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
@@ -8522,6 +8531,8 @@ STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
L"\n \nA paramedic can extract blood\nfrom a donor with this.", // TODO.Translate
|
||||
L"\n \nA paramedic can use up this item to increase\nthe amount of health regenerated by surgery.", // 44
|
||||
L"\n \nThis armor lowers fire damage by %i%%.",
|
||||
L"\n \nThis item makes you more effective at\nadministrative work by %i%%.",
|
||||
L"\n \nThis item improves your hacking skills by %i%%.",
|
||||
};
|
||||
|
||||
STR16 szUDBAdvStatsTooltipText[]=
|
||||
@@ -9104,6 +9115,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" %s%d%% building speed\n",
|
||||
L" hacking skill: %s%d ", // TODO.Translate
|
||||
L" %s%d%% burial speed\n", // TODO.Translate
|
||||
L" %s%d%% administration effectiveness\n", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szBackgroundTitleText[] = // TODO.Translate
|
||||
|
||||
Reference in New Issue
Block a user