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:
@@ -2489,6 +2489,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"DoctorM.",
|
||||
L"DMilitia",
|
||||
L"Burial",
|
||||
L"Admin", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pMilitiaString[] =
|
||||
@@ -2593,6 +2594,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Doctor wounded militia",
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration", // TODO.Translate
|
||||
};
|
||||
|
||||
// refer to above for comments
|
||||
@@ -2658,6 +2660,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Doctor wounded militia",
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration", // TODO.Translate
|
||||
};
|
||||
|
||||
// the contract options
|
||||
@@ -2777,6 +2780,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Umzug", // move items
|
||||
L"Fortify", // fortify sector // TODO.Translate
|
||||
L"Intel", // covert assignments // TODO.Translate
|
||||
L"Administer", // TODO.Translate
|
||||
L"Betrieb", // the merc is using/staffing a facility
|
||||
L"Abbrechen", // cancel this menu
|
||||
};
|
||||
@@ -7294,6 +7298,9 @@ STR16 New113Message[] =
|
||||
L"patience",
|
||||
L"%s's shield has been destroyed!", // TODO.Translate
|
||||
L" DELAY", // TODO.Translate
|
||||
L"Ja*",
|
||||
L"Ja",
|
||||
L"Nein",
|
||||
};
|
||||
|
||||
STR16 New113HAMMessage[] =
|
||||
@@ -8288,6 +8295,8 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
|
||||
L"|B|l|u|t|b|e|u|t|e|l |(|l|e|e|r|)",
|
||||
L"|B|l|u|t|b|e|u|t|e|l", // 44
|
||||
L"|W|i|d|e|r|s|t|a|n|d|s|f|ä|h|i|g|k|e|i|t |g|e|g|e|n |F|e|u|e|r",
|
||||
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[]=
|
||||
@@ -8338,6 +8347,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[]=
|
||||
@@ -8916,6 +8927,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