mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
The new <BarrelConfiguration>-tag specifies how many bullets a gun shoots at once. Several values can be used. If no value is set, 1 will be used.
Toggling fire modes cycles between barrel configurations if several have been set. Requires GameDir >= r2461 git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8652 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -8567,6 +8567,7 @@ STR16 szUDBAdvStatsTooltipText[]=
|
||||
L"|B|e|s|t |L|a|s|e|r |R|a|n|g|e",
|
||||
L"|P|e|r|c|e|n|t |R|e|c|o|i|l |M|o|d|i|f|i|e|r", // 65
|
||||
L"|F|a|n |t|h|e |H|a|m|m|e|r",
|
||||
L"|B|a|r|r|e|l |C|o|n|f|i|g|u|r|a|t|i|o|n|s",
|
||||
};
|
||||
|
||||
// Alternate tooltip text for weapon Advanced Stats. Just different wording, nothing spectacular.
|
||||
@@ -8639,6 +8640,7 @@ STR16 szUDBAdvStatsExplanationsTooltipText[]=
|
||||
L"",
|
||||
L"\n \nWhen attached to a ranged weapon capable\nof Burst or Autofire modes, this item modifies\nthe weapon's Recoil by the listed percentage.\n \nReducing recoil makes it easier to keep the gun's\nmuzzle pointed at the target during a volley.\n \nLower is better.", // 65
|
||||
L"\n \nIf a gunslinger wields this gun two-handed,\nthey can burst in hipfire.",
|
||||
L"\n \nToggling firemodes also toggles how many\nbarrels you can fire at the same time.",
|
||||
};
|
||||
|
||||
STR16 szUDBAdvStatsExplanationsTooltipTextForWeapons[]=
|
||||
|
||||
Reference in New Issue
Block a user