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

[Magiclysm] Add three new spells #76240

Merged
merged 2 commits into from
Sep 7, 2024

Conversation

Standing-Storm
Copy link
Contributor

@Standing-Storm Standing-Storm commented Sep 6, 2024

Summary

Mods "[Magiclysm] Add three new spells"

Purpose of change

Now that the JSON is de-complicated I can add some of my ideas.

Describe the solution

Add three spells:

ANIMIST

  • Vocalize (Difficulty 4): Allows you to cast spells with your soul, making speaking unnecessary.

MAGUS

  • Faerie Fire (Difficulty 2): Limns the target (and anyone near them, at higher spell levels) in light, revealing their position and slightly reducing their dodge. This is a druid spell in D&D but Magiclysm Magus has control over light. Also includes a dabbler hobby.
  • Silence (Difficulty 5): Prevent the target from making any noise. This reduces melee and footstep noise to zero, but also prevents them from casting spells with the VERBAL flag. This does work on feral mages.

Describe alternatives you've considered

Testing

All spells work. Feral mages cannot cast appropriate spells when silenced (it shuts down a feral druid, but the spells a feral earthshaker knows mostly don't have VERBAL so it's not super useful against them).

Additional context

At the moment, monster spells need to be manually set up for Silence (using "condition": { "not": { "u_has_flag": "MUTE" } }--hopefully in the future it can be automatically detected somehow.

Triffid and mi-go mages do not care if you silence them.

@github-actions github-actions bot requested a review from KorGgenT September 6, 2024 15:38
@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding Spawn Creatures, items, vehicles, locations appearing on map Mutations / Traits / Professions/ Hobbies Mutations / Traits / Professions/ Hobbies Monsters Monsters both friendly and unfriendly. Mods: Magiclysm Anything to do with the Magiclysm mod Mechanics: Enchantments / Spells Enchantments and spells json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Sep 6, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Sep 6, 2024
@Maleclypse Maleclypse merged commit a134527 into CleverRaven:master Sep 7, 2024
22 of 26 checks passed
@Standing-Storm Standing-Storm deleted the new-spells branch September 8, 2024 17:52
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 [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions Mechanics: Enchantments / Spells Enchantments and spells Mods: Magiclysm Anything to do with the Magiclysm mod Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly. Mutations / Traits / Professions/ Hobbies Mutations / Traits / Professions/ Hobbies Spawn Creatures, items, vehicles, locations appearing on map
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants