Skip to content

Commit

Permalink
docs: burst_modifier is orphaned, use mode_modifier (#5860)
Browse files Browse the repository at this point in the history
* Update json_info.md

* e

reeeeeee
  • Loading branch information
RoyalFox2140 authored Jan 2, 2025
1 parent 74fecc9 commit 39d90cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/content/docs/en/mod/json/reference/json_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ Gun mods can be defined like this:
"install_time": "30 s", // Optional time installation takes. Installation is instantaneous if unspecified. An integer will be read as moves or a time string can be used.
"ammo_modifier": [ "57" ], // Optional field which if specified modifies parent gun to use these ammo types
"magazine_adaptor": [ [ "223", [ "stanag30" ] ] ], // Optional field which changes the types of magazines the parent gun accepts
"burst_modifier": 3, // Optional field increasing or decreasing base gun burst size
"mode_modifier": [ [ "AUTO", "auto", 5 ] ] // Optional field which adds new firing modes to a weapon
"damage_modifier": -1, // Optional field increasing or decreasing base gun damage
"dispersion_modifier": 15, // Optional field increasing or decreasing base gun dispersion
"loudness_modifier": 4, // Optional field increasing or decreasing base guns loudness
Expand Down

0 comments on commit 39d90cc

Please sign in to comment.