mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
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:
+11
-7
@@ -1115,11 +1115,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"Range",
|
||||
L"Damage",
|
||||
L"Burst/Auto Penalty",
|
||||
L"Burst/Auto Penalty (lower is better)",
|
||||
L"Autofire shots per 5 AP",
|
||||
L"Accuracy",
|
||||
L"Reliability",
|
||||
@@ -1131,7 +1131,7 @@ STR16 gzWeaponStatsFasthelp[ 27 ] =
|
||||
L"APs to Reload",
|
||||
L"APs to Reload Manually",
|
||||
L"Flash Suppression",
|
||||
L"Loudness (Lower is better)",
|
||||
L"Loudness (lower is better)",
|
||||
L"To-Hit Modifier",
|
||||
L"Average Best Laser Range",
|
||||
L"Aiming Modifier",
|
||||
@@ -1144,13 +1144,15 @@ STR16 gzWeaponStatsFasthelp[ 27 ] =
|
||||
L"No Burst Mode!",
|
||||
L"No Auto Mode!",
|
||||
L"APs to Bash",
|
||||
L"Autofire Penalty (Lower is better)",
|
||||
L"Burst Penalty (Lower is better)",
|
||||
};
|
||||
|
||||
STR16 gzWeaponStatsFasthelpTactical[ 27 ] =
|
||||
STR16 gzWeaponStatsFasthelpTactical[ 29 ] =
|
||||
{
|
||||
L"Range",
|
||||
L"Damage",
|
||||
L"Burst/Auto Penalty",
|
||||
L"Burst/Auto Penalty (Lower is better)",
|
||||
L"Autofire shots per 5 AP",
|
||||
L"Accuracy",
|
||||
L"Reliability",
|
||||
@@ -1175,9 +1177,11 @@ STR16 gzWeaponStatsFasthelpTactical[ 27 ] =
|
||||
L"No Burst Mode!",
|
||||
L"No Auto Mode!",
|
||||
L"APs to Bash",
|
||||
L"Autofire Penalty (Lower is better)",
|
||||
L"Burst Penalty (Lower is better)",
|
||||
};
|
||||
|
||||
STR16 gzAmmoStatsFasthelp[ 20 ] =
|
||||
STR16 gzAmmoStatsFasthelp[ 20 ] =
|
||||
{
|
||||
L"Armor Penetration (Lower is better)",
|
||||
L"Bullet Tumble (Higher is better)",
|
||||
@@ -1190,6 +1194,7 @@ STR16 gzAmmoStatsFasthelp[ 20 ] =
|
||||
L"Range Modifier",
|
||||
L"Damage Modifier",
|
||||
L"To-Hit Modifier",
|
||||
L"Autofire Penalty Modifier (Higher is better)",
|
||||
L"Burst/Auto Penalty Modifier (Higher is better)",
|
||||
L"Reliability Modifier",
|
||||
L"Loudness Modifier (Lower is better)",
|
||||
@@ -1198,7 +1203,6 @@ STR16 gzAmmoStatsFasthelp[ 20 ] =
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
};
|
||||
|
||||
STR16 gzArmorStatsFasthelp[ 20 ] =
|
||||
|
||||
Reference in New Issue
Block a user