mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
New Feature: IMP gear selection allows choosing what items an IMP starts with instead of relying upon randomness.
Requires GameDir >= r2152, as required images were added. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7529 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -9789,4 +9789,76 @@ STR16 szDiseaseText[] =
|
||||
L"Cancel",
|
||||
};
|
||||
|
||||
STR16 szIMPGearWebSiteText[] =
|
||||
{
|
||||
// IMP Gear Entrance
|
||||
L"How should gear be selected?",
|
||||
L"Old method: Random gear according to your choices",
|
||||
L"New method: Free selection of gear",
|
||||
L"Old method",
|
||||
L"New method",
|
||||
|
||||
// IMP Gear Entrance
|
||||
L"I.M.P. Equipment",
|
||||
L"Equipment cost: %d$",
|
||||
};
|
||||
|
||||
STR16 szIMPGearDropDownText[] =
|
||||
{
|
||||
L"Select LBE vest",
|
||||
L"Select LBE combat pack",
|
||||
L"Select LBE backpack",
|
||||
L"Select LBE holster",
|
||||
L"Select LBE holster",
|
||||
|
||||
L"Select main gun",
|
||||
L"Select ammo",
|
||||
L"Select sidearm",
|
||||
L"Select additional ammo",
|
||||
L"Select melee weapon",
|
||||
|
||||
L"Select helmet",
|
||||
L"Select vest",
|
||||
L"Select pants",
|
||||
L"Select face gear",
|
||||
L"Select face gear",
|
||||
|
||||
L"Select additional items",
|
||||
L"Select additional items",
|
||||
L"Select additional items",
|
||||
L"Select additional items",
|
||||
L"Select additional items",
|
||||
L"Select additional items",
|
||||
L"Select additional items",
|
||||
};
|
||||
|
||||
STR16 szIMPGearDropDownNoneText[] =
|
||||
{
|
||||
L"No LBE vest",
|
||||
L"No LBE combat pack",
|
||||
L"No LBE backpack",
|
||||
L"No LBE holster",
|
||||
L"No LBE holster",
|
||||
|
||||
L"No gun",
|
||||
L"No ammo",
|
||||
L"No gun",
|
||||
L"No ammo",
|
||||
L"No weapon",
|
||||
|
||||
L"No helmet",
|
||||
L"No vest",
|
||||
L"No pants",
|
||||
L"No face gear",
|
||||
L"No face gear",
|
||||
|
||||
L"No additional items",
|
||||
L"No additional items",
|
||||
L"No additional items",
|
||||
L"No additional items",
|
||||
L"No additional items",
|
||||
L"No additional items",
|
||||
L"No additional items",
|
||||
};
|
||||
|
||||
#endif //ENGLISH
|
||||
|
||||
Reference in New Issue
Block a user