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:
Flugente
2017-07-25 18:24:39 +00:00
parent 60233d2f8d
commit 8d3d77ad84
9 changed files with 45 additions and 28 deletions
+2 -1
View File
@@ -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",