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

[MoM] Eaters can't attack through walls #78416

Merged
merged 3 commits into from
Dec 9, 2024

Conversation

Standing-Storm
Copy link
Contributor

@Standing-Storm Standing-Storm commented Dec 8, 2024

Summary

Mods "[MoM] Eaters can't attack through walls"

Purpose of change

It was too much.

Describe the solution

Remove NO_PROJECTILE on their drain attack.

I also set up a system where they can attack through walls if you're within 5 squares, but thanks to the way the KEEP_DISTANCE flag works they will never do it. Maintaining a 15-square-buffer is their first priority and if they can't do that they'll just flail around for a while without attacking. RedMisao discovered this is true even if they have the CORNERED_FIGHTER flag, which seems undesirable.

Describe alternatives you've considered

Testing

No more eaters hitting through walls.

Additional context

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly. Mechanics: Enchantments / Spells Enchantments and spells EOC: Effects On Condition Anything concerning Effects On Condition Mods: Mind Over Matter astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Dec 8, 2024
@Night-Pryanik Night-Pryanik merged commit e9d2882 into CleverRaven:master Dec 9, 2024
17 of 23 checks passed
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Dec 9, 2024
@Standing-Storm Standing-Storm deleted the eater-walls branch December 9, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions EOC: Effects On Condition Anything concerning Effects On Condition [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Mechanics: Enchantments / Spells Enchantments and spells Mods: Mind Over Matter Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants