mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Trait change: Ambidextrous trait reduces cth penalty for having any item in offhand, not just if it is a handgun (PENALTY_TO_SHOOT_DOUBLE_GUNS_REDUCTION)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8428 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -140,6 +140,7 @@ STR16 gzIMPMajorTraitsHelpTextsSniper[]=
|
||||
L"Adds %d more aim clicks for rifle-type guns\n",
|
||||
L"Makes aiming faster with rifle-type guns by one aim click\n",
|
||||
L"Makes aiming faster with rifle-type guns by %d aim clicks\n",
|
||||
L"Focus skill: +%d interrupt modifier in a %d-radius area\n", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 gzIMPMajorTraitsHelpTextsRanger[]=
|
||||
@@ -275,7 +276,7 @@ STR16 gzIMPMajorTraitsHelpTextsNone[]=
|
||||
|
||||
STR16 gzIMPMinorTraitsHelpTextsAmbidextrous[]=
|
||||
{
|
||||
L"Reduced penalty to shoot dual weapons by %d%s\n",
|
||||
L"Reduced penalty to shoot if offhand item is equipped by %d%s\n", // TODO.Translate
|
||||
L"+%d%s speed on reloading guns with magazines\n",
|
||||
L"+%d%s speed on reloading guns with loose rounds\n",
|
||||
L"-%d%s APs to pickup items\n",
|
||||
|
||||
Reference in New Issue
Block a user