mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- New Feature: Enemy Generals are unique enemies whose location randomized and unknwon to the player. As long as they are alive, the enemy gets signifiant strategic boni. The player must learn of their location and take take them out, preferrably without alerting them prior.
- Covert Ops: Bleeding is deemed suspicious only if COVERT_DETECTEDIFBLEEDING is set to TRUE. - renamed special prisoners to officers. - lowered the priority of enemy troops becoming medics - prisoners in player-controlled prisons now use the prioner-colour scheme used by Shank and Dynamo Requires GameDir >= r2028. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7179 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -842,6 +842,7 @@ enum
|
||||
STR_PRISONER_REFUSE_TAKE_PRISONERS,
|
||||
SRT_PRISONER_INI_SETTING_OFF,
|
||||
STR_PRISONER_X_FREES_Y,
|
||||
STR_PRISONER_DETECTION_VIP,
|
||||
|
||||
TEXT_NUM_PRISONER_STR
|
||||
};
|
||||
|
||||
@@ -8060,6 +8060,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"敌人不肯拿你当囚犯 - 他们宁愿你死!", //L"The enemy refuses to take you as prisoners - they prefer you dead!",
|
||||
L"这些可以在 INI 设置关闭。", // L"This behaviour is set OFF in your ini settings.",
|
||||
L"%s释放了%s!", //L"%s has freed %s!",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]=
|
||||
@@ -8093,6 +8094,8 @@ STR16 szBackgroundText_Flags[]=
|
||||
L" 会导致附近的佣兵腐败\n", //L" spreads corruption to nearby mercs\n",
|
||||
L" female only", // won't show up, text exists for compatibility reasons
|
||||
L" male only", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szBackgroundText_Value[]=
|
||||
|
||||
@@ -8072,6 +8072,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"The enemy refuses to take you as prisoners - they prefer you dead!",
|
||||
L"This behaviour is set OFF in your ini settings.",
|
||||
L"%s has freed %s!",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]= // TODO.Translate
|
||||
@@ -8106,6 +8107,8 @@ STR16 szBackgroundText_Flags[]=
|
||||
L" spreads corruption to nearby mercs\n",
|
||||
L" female only", // won't show up, text exists for compatibility reasons
|
||||
L" male only", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n", // TODO.Translate
|
||||
};
|
||||
|
||||
// TODO.Translate
|
||||
|
||||
@@ -8057,6 +8057,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"The enemy refuses to take you as prisoners - they prefer you dead!",
|
||||
L"This behaviour is set OFF in your ini settings.",
|
||||
L"%s has freed %s!",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!",
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]=
|
||||
@@ -8083,13 +8084,15 @@ STR16 szBackgroundText_Flags[]=
|
||||
{
|
||||
L" might consume drugs in inventory\n",
|
||||
L" disregard for other backgrounds\n",
|
||||
L" +1 level in underground sectors\n",
|
||||
L" +1 level in underground sectors\n",
|
||||
L" might steal items\n",
|
||||
|
||||
L" +1 traplevel to planted bombs\n",
|
||||
L" spreads corruption to nearby mercs\n",
|
||||
L" female only", // won't show up, text exists for compatibility reasons
|
||||
L" male only", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n",
|
||||
};
|
||||
|
||||
STR16 szBackgroundText_Value[]=
|
||||
|
||||
@@ -8058,6 +8058,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"L'ennemi refuse votre reddition... Ils veulent vos têtes !",
|
||||
L"Ce comportement est désactivé dans vos fichiers ini.",
|
||||
L"%s a libéré %s !",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]=
|
||||
@@ -8092,6 +8093,8 @@ STR16 szBackgroundText_Flags[]=
|
||||
L" répand la corruption aux mercenaires proches\n",
|
||||
L" femme seulement", // won't show up, text exists for compatibility reasons
|
||||
L" homme seulement", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -7885,6 +7885,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"Der Feind weigert sich, Sie als Gefangenen zu nehmen - Er möchte Sie tod sehen!",
|
||||
L"Dieses Verhalten ist ausgeschaltet in der ja2_options.ini Datei.",
|
||||
L"%s hat %s befreit!",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]=
|
||||
@@ -7919,6 +7920,8 @@ STR16 szBackgroundText_Flags[]=
|
||||
L" spreads corruption to nearby mercs\n",
|
||||
L" female only", // won't show up, text exists for compatibility reasons
|
||||
L" male only", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n", // TODO.Translate
|
||||
};
|
||||
|
||||
// TODO.Translate
|
||||
|
||||
@@ -8063,6 +8063,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"The enemy refuses to take you as prisoners - they prefer you dead!",
|
||||
L"This behaviour is set OFF in your ini settings.",
|
||||
L"%s has freed %s!",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]= // TODO.Translate
|
||||
@@ -8098,6 +8099,8 @@ STR16 szBackgroundText_Flags[]=
|
||||
L" spreads corruption to nearby mercs\n",
|
||||
L" female only", // won't show up, text exists for compatibility reasons
|
||||
L" male only", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n", // TODO.Translate
|
||||
};
|
||||
|
||||
// TODO.Translate
|
||||
|
||||
@@ -8081,6 +8081,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"The enemy refuses to take you as prisoners - they prefer you dead!",
|
||||
L"This behaviour is set OFF in your ini settings.",
|
||||
L"%s has freed %s!",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]= // TODO.Translate
|
||||
@@ -8115,6 +8116,8 @@ STR16 szBackgroundText_Flags[]=
|
||||
L" spreads corruption to nearby mercs\n",
|
||||
L" female only", // won't show up, text exists for compatibility reasons
|
||||
L" male only", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n", // TODO.Translate
|
||||
};
|
||||
|
||||
// TODO.Translate
|
||||
|
||||
@@ -8061,6 +8061,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"The enemy refuses to take you as prisoners - they prefer you dead!",
|
||||
L"This behaviour is set OFF in your ini settings.",
|
||||
L"%s has freed %s!",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]= // TODO.Translate
|
||||
@@ -8095,6 +8096,8 @@ STR16 szBackgroundText_Flags[]=
|
||||
L" spreads corruption to nearby mercs\n",
|
||||
L" female only", // won't show up, text exists for compatibility reasons
|
||||
L" male only", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n", // TODO.Translate
|
||||
};
|
||||
|
||||
// TODO.Translate
|
||||
|
||||
@@ -8072,6 +8072,7 @@ STR16 szPrisonerTextStr[]=
|
||||
L"The enemy refuses to take you as prisoners - they prefer you dead!",
|
||||
L"This behaviour is set OFF in your ini settings.",
|
||||
L"%s has freed %s!",
|
||||
L"A prisoner revealed the location of a high-ranking army officer in %s!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 szMTATextStr[]= // TODO.Translate
|
||||
@@ -8106,6 +8107,8 @@ STR16 szBackgroundText_Flags[]=
|
||||
L" spreads corruption to nearby mercs\n",
|
||||
L" female only", // won't show up, text exists for compatibility reasons
|
||||
L" male only", // won't show up, text exists for compatibility reasons
|
||||
|
||||
L" huge loyality penalty in all towns if we die\n", // TODO.Translate
|
||||
};
|
||||
|
||||
// TODO.Translate
|
||||
|
||||
Reference in New Issue
Block a user