mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +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:
@@ -1103,11 +1103,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",
|
||||
@@ -1132,13 +1132,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",
|
||||
@@ -1163,6 +1165,8 @@ 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 ] =
|
||||
@@ -1178,6 +1182,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)",
|
||||
@@ -1186,7 +1191,6 @@ STR16 gzAmmoStatsFasthelp[ 20 ] =
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
};
|
||||
|
||||
STR16 gzArmorStatsFasthelp[ 20 ] =
|
||||
|
||||
Reference in New Issue
Block a user