Skip to content

Commit

Permalink
Remove non-existing NO_BOOM ammo effect from mods
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg committed Jan 18, 2020
1 parent 82a2eb2 commit 011254a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
6 changes: 2 additions & 4 deletions data/mods/Modular_Turrets/roboguns.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"name": "integral teargas launcher",
"skill": "launcher",
"ammo": "40x46mm",
"ammo_effects": "NO_BOOM",
"clip_size": 50,
"dispersion": 270,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "2 rd.", 2 ] ]
Expand All @@ -57,7 +56,6 @@
"name": "integral beanbag launcher",
"skill": "launcher",
"ammo": "40x46mm",
"ammo_effects": "NO_BOOM",
"clip_size": 50,
"dispersion": 270,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "2 rd.", 2 ] ]
Expand Down Expand Up @@ -145,7 +143,7 @@
"skill": "launcher",
"ammo": "flammable",
"clip_size": 200,
"ammo_effects": [ "NO_BOOM", "FIRE_20", "WIDE" ],
"ammo_effects": [ "FIRE_20", "WIDE" ],
"range": 4,
"dispersion": 300,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "4 rd.", 4 ] ]
Expand All @@ -163,7 +161,7 @@
"durability": 8,
"loudness": 12,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "4 rd.", 4 ], [ "AUTO", "auto", 6 ] ],
"ammo_effects": [ "LASER", "INCENDIARY", "NO_BOOM" ]
"ammo_effects": [ "LASER", "INCENDIARY" ]
},
{
"id": "robogun_plasma",
Expand Down
16 changes: 8 additions & 8 deletions data/mods/blazemod/blaze_blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ],
"clip_size": 50,
"ammo_effects": [ "WIDE" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "NO_BOOM" ]
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "bitergrow",
Expand Down Expand Up @@ -738,8 +738,8 @@
"sight_dispersion": 150,
"durability": 10,
"clip_size": 250,
"ammo_effects": [ "JET", "BEANBAG", "BLINDS_EYES", "RECOVER_100", "WIDE", "NO_BOOM", "CUSTOM_EXPLOSION" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "NO_BOOM", "FIRE_20" ]
"ammo_effects": [ "JET", "BEANBAG", "BLINDS_EYES", "RECOVER_100", "WIDE", "CUSTOM_EXPLOSION" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "FIRE_20" ]
},
{
"id": "inkiegrow",
Expand Down Expand Up @@ -986,7 +986,7 @@
"durability": 10,
"clip_size": 250,
"ammo_effects": [ "FRAG", "WIDE" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "NO_BOOM", "FIRE_20" ]
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "FIRE_20" ]
},
{
"id": "razorqueengrow",
Expand Down Expand Up @@ -1100,7 +1100,7 @@
"durability": 10,
"clip_size": 20,
"ammo_effects": [ "BOUNCE", "WIDE" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "NO_BOOM" ]
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "sicklegrow",
Expand Down Expand Up @@ -1143,7 +1143,7 @@
"durability": 10,
"ups_charges": 19,
"ammo_effects": [ "LIGHTNING", "BEANBAG", "WIDE" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "NO_BOOM" ]
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "sparkiegrow",
Expand Down Expand Up @@ -1234,8 +1234,8 @@
"durability": 10,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 3 ] ],
"clip_size": 180,
"ammo_effects": [ "INCENDIARY", "FLARE", "WIDE", "NO_BOOM", "STREAM" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "NO_BOOM", "FIRE_20" ]
"ammo_effects": [ "INCENDIARY", "FLARE", "WIDE", "STREAM" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "FIRE_20" ]
},
{
"id": "torchiegrow",
Expand Down

0 comments on commit 011254a

Please sign in to comment.