Bugfix: EDB Fix by Headrock

- Show Burst AND Auto penalty instead of only ONE (usually Burst penalty) 

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2974 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2009-06-06 16:47:31 +00:00
parent 3850e27bc5
commit aebc4f2e88
11 changed files with 257 additions and 122 deletions
+9 -5
View File
@@ -1116,11 +1116,11 @@ CHAR16 gWeaponStatsDesc[][ 16 ] =
// HEADROCK: Several arrays of tooltip text for new Extended Description Box
// Please note, several of these are artificially inflated to 19 entries to help fix a complication with
// changing item type while watching its description box
STR16 gzWeaponStatsFasthelp[ 27 ] =
STR16 gzWeaponStatsFasthelp[ 29 ] =
{
L"Portée",
L"Dégats",
L"Pénalité Rafale/Auto",
L"Pénalité Rafale/Auto (Moins c'est mieux)",
L"Nombre de tirs pour 5 PA",
L"Précision",
L"Fiabilité",
@@ -1145,13 +1145,15 @@ STR16 gzWeaponStatsFasthelp[ 27 ] =
L"Pas de tir en rafale!",
L"Pas de tir auto.!",
L"PA pour frapper",
L"Autofire Penalty (Lower is better)",
L"Burst Penalty (Lower is better)",
};
STR16 gzWeaponStatsFasthelpTactical[ 27 ] =
STR16 gzWeaponStatsFasthelpTactical[ 29 ] =
{
L"Portée",
L"Dégats",
L"Pénalité Rafale/Auto",
L"Pénalité Rafale/Auto (Moins c'est mieux)",
L"Nombre de tirs pour 5 PA",
L"Précision",
L"Fiabilité",
@@ -1176,6 +1178,8 @@ STR16 gzWeaponStatsFasthelpTactical[ 27 ] =
L"Pas de tir en rafale!",
L"Pas de tir auto.!",
L"PA pour frapper",
L"Autofire Penalty (Lower is better)",
L"Burst Penalty (Lower is better)",
};
STR16 gzAmmoStatsFasthelp[ 20 ] =
@@ -1191,6 +1195,7 @@ STR16 gzAmmoStatsFasthelp[ 20 ] =
L"Facteur de portée",
L"Facteur de dégats",
L"Facteur de toucher",
L"Autofire Penalty Modifier (Higher is better)",
L"Facteur de pénalité rafle/auto. (Plus c'est mieux)",
L"Facteur de fiabilité",
L"Facteur d'intensité sonore (Moins c'est mieux)",
@@ -1199,7 +1204,6 @@ STR16 gzAmmoStatsFasthelp[ 20 ] =
L"",
L"",
L"",
L"",
};
STR16 gzArmorStatsFasthelp[ 20 ] =