Skip to content

Commit

Permalink
PSEUDO is a flag and not an ammo_effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Jun 25, 2024
1 parent 50f8ab2 commit cf1c225
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/monster_special_attacks/monster_gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,9 @@
"copy-from": "fake_item",
"name": { "str": "acid dart volley" },
"description": "Fake gun that fires acid globs.",
"flags": [ "NEVER_JAMS", "NO_TURRET" ],
"flags": [ "NEVER_JAMS", "NO_TURRET", "PSEUDO" ],
"modes": [ [ "DEFAULT", "auto", 3 ] ],
"ammo_effects": [ "PSEUDO", "BLINDS_EYES", "NO_PENETRATE_OBSTACLES", "NEVER_MISFIRES", "NO_DAMAGE_SCALING" ],
"ammo_effects": [ "BLINDS_EYES", "NO_PENETRATE_OBSTACLES", "NEVER_MISFIRES", "NO_DAMAGE_SCALING" ],
"material": [ "flesh" ],
"skill": "rifle",
"durability": 10,
Expand All @@ -285,8 +285,8 @@
"copy-from": "fake_item",
"name": { "str": "acid dart gun" },
"description": "Fake gun that fires acid globs.",
"flags": [ "NEVER_JAMS", "NO_TURRET" ],
"ammo_effects": [ "PSEUDO", "BLINDS_EYES", "NO_PENETRATE_OBSTACLES", "NEVER_MISFIRES", "NO_DAMAGE_SCALING" ],
"flags": [ "NEVER_JAMS", "NO_TURRET", "PSEUDO" ],
"ammo_effects": [ "BLINDS_EYES", "NO_PENETRATE_OBSTACLES", "NEVER_MISFIRES", "NO_DAMAGE_SCALING" ],
"material": [ "flesh" ],
"skill": "rifle",
"durability": 10,
Expand All @@ -300,8 +300,8 @@
"copy-from": "fake_item",
"name": { "str": "mi-go bio-gun" },
"description": "Fake gun that fires some sort of solidified organic matter at very high speed by unknown means of propulsion.",
"flags": [ "NEVER_JAMS", "NO_TURRET" ],
"ammo_effects": [ "PSEUDO", "NEVER_MISFIRES", "NO_PENETRATE_OBSTACLES" ],
"flags": [ "NEVER_JAMS", "NO_TURRET", "PSEUDO" ],
"ammo_effects": [ "NEVER_MISFIRES", "NO_PENETRATE_OBSTACLES" ],
"material": [ "flesh" ],
"skill": "rifle",
"durability": 10,
Expand Down

0 comments on commit cf1c225

Please sign in to comment.