Skip to content

Commit

Permalink
Update monster_gun.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Jul 18, 2024
1 parent c5adc30 commit 40a7f2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions data/json/monster_special_attacks/monster_gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"material": [ "hflesh" ],
"flags": [
"PRIMITIVE_RANGED_WEAPON",
"GENE_STING",
"PSEUDO",
"NEVER_JAMS",
"NONCONDUCTIVE",
Expand All @@ -120,7 +119,7 @@
"RELOAD_AND_SHOOT"
],
"skill": "pistol",
"ammo": [ "gene_sting" ],
"ammo": [ "gene_sting_barb" ],
"clip_size": 1,
"weight": "540 g",
"volume": "750 ml",
Expand All @@ -131,7 +130,7 @@
"range": 12,
"dispersion": 100,
"durability": 8,
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "gene_sting": 1 } } ],
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "gene_sting_barb": 15 } } ],
"melee_damage": { "bash": 2 }
},
{
Expand Down

0 comments on commit 40a7f2d

Please sign in to comment.