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:
@@ -1108,11 +1108,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"Zas.",
|
||||
L"Obra¿.",
|
||||
L"PA:",
|
||||
L"PA: (mniej - lepiej)",
|
||||
L"Auto/5AP",
|
||||
L"CelnoϾ",
|
||||
L"Stan",
|
||||
@@ -1137,13 +1137,15 @@ STR16 gzWeaponStatsFasthelp[ 27 ] =
|
||||
L"Wy³. seriê!",
|
||||
L"Wy³. auto!",
|
||||
L"AP/cios-³om",
|
||||
L"Autofire Penalty (Lower is better)",
|
||||
L"Burst Penalty (Lower is better)",
|
||||
};
|
||||
|
||||
STR16 gzWeaponStatsFasthelpTactical[ 27 ] =
|
||||
STR16 gzWeaponStatsFasthelpTactical[ 29 ] =
|
||||
{
|
||||
L"Zas.",
|
||||
L"Obra¿.",
|
||||
L"PA:",
|
||||
L"PA: (mniej - lepiej)",
|
||||
L"Auto/5AP",
|
||||
L"CelnoϾ",
|
||||
L"Stan",
|
||||
@@ -1168,6 +1170,8 @@ STR16 gzWeaponStatsFasthelpTactical[ 27 ] =
|
||||
L"Wy³. seriê!",
|
||||
L"Wy³. auto!",
|
||||
L"AP/cios-³om",
|
||||
L"Autofire Penalty (Lower is better)",
|
||||
L"Burst Penalty (Lower is better)",
|
||||
};
|
||||
|
||||
STR16 gzAmmoStatsFasthelp[ 20 ] =
|
||||
@@ -1183,6 +1187,7 @@ STR16 gzAmmoStatsFasthelp[ 20 ] =
|
||||
L"Modyf. zasg.",
|
||||
L"Modyf. obra¿eñ",
|
||||
L"Modyf. trafieñ",
|
||||
L"Autofire Penalty Modifier (Higher is better)",
|
||||
L"Modyf. kary za seriê/auto (wiêcej – lepiej)",
|
||||
L"Modyf. sprawnoœci",
|
||||
L"Modyf. g³oœnoœci (mniej - lepiej)",
|
||||
@@ -1191,7 +1196,6 @@ STR16 gzAmmoStatsFasthelp[ 20 ] =
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
L"",
|
||||
};
|
||||
|
||||
STR16 gzArmorStatsFasthelp[ 20 ] =
|
||||
|
||||
Reference in New Issue
Block a user