mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +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:
@@ -2476,6 +2476,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"DoctorM.",
|
||||
L"DMilitia",
|
||||
L"Burial",
|
||||
L"Admin",
|
||||
};
|
||||
|
||||
|
||||
@@ -2584,6 +2585,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Doctor wounded militia",
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration",
|
||||
};
|
||||
|
||||
|
||||
@@ -2651,6 +2653,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Doctor wounded militia",
|
||||
L"Drill existing militia",
|
||||
L"Bury corpses",
|
||||
L"Administration",
|
||||
};
|
||||
|
||||
|
||||
@@ -2774,6 +2777,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Get Item", // move items
|
||||
L"Fortify", // fortify sector
|
||||
L"Intel", // covert assignments
|
||||
L"Administer",
|
||||
L"Facility", // the merc is using/staffing a facility
|
||||
L"Cancel", // cancel this menu
|
||||
};
|
||||
@@ -7458,6 +7462,9 @@ STR16 New113Message[] =
|
||||
L"patience",
|
||||
L"%s's shield has been destroyed!",
|
||||
L" DELAY",
|
||||
L"Yes*",
|
||||
L"Yes",
|
||||
L"No",
|
||||
};
|
||||
|
||||
STR16 New113HAMMessage[] =
|
||||
@@ -8456,6 +8463,8 @@ STR16 szUDBGenSecondaryStatsTooltipText[]=
|
||||
L"|E|m|p|t|y |B|l|o|o|d |B|a|g",
|
||||
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[]=
|
||||
@@ -8506,6 +8515,8 @@ STR16 szUDBGenSecondaryStatsExplanationsTooltipText[]=
|
||||
L"\n \nA paramedic can extract blood\nfrom a donor with this.",
|
||||
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[]=
|
||||
@@ -9085,6 +9096,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" %s%d%% building speed\n",
|
||||
L" hacking skill: %s%d ",
|
||||
L" %s%d%% burial speed\n",
|
||||
L" %s%d%% administration effectiveness\n",
|
||||
};
|
||||
|
||||
STR16 szBackgroundTitleText[] =
|
||||
|
||||
Reference in New Issue
Block a user