Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSEUDO is a flag and not an ammo_effect #74784

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading