mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- New Feature: Spotter skill (available to every merc) allows a merc to be spotter for other snipers. Spotter items have to be in hands, spending APs cancels action.
- renamed GetObjectNCTHModifier to GetObjectModifier, as function is no longer used exclusively for NCTH Warning: GameDir >= r1896 is required. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6694 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+9
-11
@@ -2128,6 +2128,9 @@ STR16 pTraitSkillsMenuStrings[] =
|
||||
L"Eavesdrop",
|
||||
L"Call reinforcements",
|
||||
L"Switch off radio set",
|
||||
|
||||
// various
|
||||
L"Spotter",
|
||||
};
|
||||
|
||||
//Flugente: short description of the above skills for the skill selection menu
|
||||
@@ -2140,6 +2143,9 @@ STR16 pTraitSkillsMenuDescStrings[] =
|
||||
L"Use your radio equipment to continously listen for enemy movement",
|
||||
L"Call in reinforcements from neighbouring sectors.",
|
||||
L"Turn off radio set to save batteries.",
|
||||
|
||||
// various
|
||||
L"Observe an area, granting allied snipers a bonus to cth on anything you see.",
|
||||
};
|
||||
|
||||
STR16 pTraitSkillsDenialStrings[] =
|
||||
@@ -2155,16 +2161,6 @@ STR16 pTraitSkillsDenialStrings[] =
|
||||
L" - posession by a demon",
|
||||
};
|
||||
|
||||
//STR16 pTalkToAllMenuStrings[] =
|
||||
//{
|
||||
// L"Attack", // set militia to aggresive
|
||||
// L"Hold Position", // set militia to stationary
|
||||
// L"Retreat", // retreat militia
|
||||
// L"Come to me", // retreat militia
|
||||
// L"Get down", // retreat militia
|
||||
// L"Cancel", // cancel this menu
|
||||
//};
|
||||
|
||||
STR16 pRemoveMercStrings[] =
|
||||
{
|
||||
L"Remove Merc", // remove dead merc from current team
|
||||
@@ -2397,7 +2393,8 @@ STR16 gzMercSkillTextNew[] =
|
||||
L"Placeholder", // 40
|
||||
L"Spy", // 41
|
||||
L"Placeholder", // for radio operator (minor trait)
|
||||
L"More...",
|
||||
L"More...", // 43
|
||||
L"various", // for VARIOUSSKILLS
|
||||
};
|
||||
//////////////////////////////////////////////////////////
|
||||
|
||||
@@ -7967,6 +7964,7 @@ STR16 szBackgroundText_Value[]=
|
||||
L" %s%d%% chance of success with door breaching charges\n",
|
||||
L" %s%d%% cth with firearms against creatures\n",
|
||||
L" %s%d%% insurance cost\n",
|
||||
L" %s%d%% effectiveness as spotter for fellow snipers\n",
|
||||
};
|
||||
|
||||
STR16 szBackgroundTitleText[] =
|
||||
|
||||
Reference in New Issue
Block a user