Skip to content

Commit

Permalink
Gun barrel length to string (#37738)
Browse files Browse the repository at this point in the history
* Gun barrel length to string

* Correct volumes

* Actual volumes based on testing from master
  • Loading branch information
snipercup authored Feb 6, 2020
1 parent 6ea86b8 commit 4e4aca2
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions data/json/items/gun/22.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"durability": 6,
"min_cycle_recoil": 39,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 6 ] ],
"barrel_length": 1,
"barrel_length": "250 ml",
"valid_mod_locations": [
[ "accessories", 3 ],
[ "barrel", 1 ],
Expand Down Expand Up @@ -140,7 +140,7 @@
"loudness": 25,
"clip_size": 1,
"reload": 200,
"barrel_length": 2,
"barrel_length": "500 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "muzzle", 1 ],
Expand Down Expand Up @@ -215,7 +215,7 @@
"dispersion": 110,
"durability": 8,
"min_cycle_recoil": 39,
"barrel_length": 2,
"barrel_length": "500 ml",
"valid_mod_locations": [
[ "accessories", 4 ],
[ "barrel", 1 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/223.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
"loudness": 25,
"clip_size": 1,
"reload": 200,
"barrel_length": 4,
"barrel_length": "1000 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "muzzle", 1 ],
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/gun/3006.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dispersion": 90,
"durability": 7,
"blackpowder_tolerance": 24,
"barrel_length": 2,
"barrel_length": "500 ml",
"valid_mod_locations": [
[ "accessories", 4 ],
[ "barrel", 1 ],
Expand Down Expand Up @@ -203,7 +203,7 @@
"loudness": 25,
"clip_size": 1,
"reload": 200,
"barrel_length": 4,
"barrel_length": "1000 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "muzzle", 1 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/38.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"loudness": 25,
"clip_size": 1,
"reload": 200,
"barrel_length": 3,
"barrel_length": "750 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "muzzle", 1 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/40.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"loudness": 25,
"clip_size": 1,
"reload": 200,
"barrel_length": 3,
"barrel_length": "750 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "muzzle", 1 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/44.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"loudness": 25,
"clip_size": 1,
"reload": 200,
"barrel_length": 3,
"barrel_length": "750 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "muzzle", 1 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/45.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"loudness": 25,
"clip_size": 1,
"reload": 200,
"barrel_length": 3,
"barrel_length": "750 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "muzzle", 1 ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/gun/460.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"durability": 9,
"blackpowder_tolerance": 32,
"clip_size": 12,
"barrel_length": 2,
"barrel_length": "500 ml",
"built_in_mods": [ "lead_holo_sight", "lead_laser_sight" ],
"valid_mod_locations": [
[ "accessories", 2 ],
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/gun/9mm.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
"dispersion": 180,
"durability": 7,
"min_cycle_recoil": 450,
"barrel_length": 1,
"barrel_length": "250 ml",
"built_in_mods": [ "folding_stock" ],
"valid_mod_locations": [
[ "accessories", 4 ],
Expand Down Expand Up @@ -390,7 +390,7 @@
"loudness": 25,
"clip_size": 1,
"reload": 200,
"barrel_length": 3,
"barrel_length": "750 ml",
"valid_mod_locations": [
[ "accessories", 2 ],
[ "muzzle", 1 ],
Expand Down

0 comments on commit 4e4aca2

Please sign in to comment.