Skip to content

Commit

Permalink
[Magiclysm] Move bulk of spellcasting proficiency processing to dedic…
Browse files Browse the repository at this point in the history
…ated EoCs and out of spell JSON (Kelvinist/Magus edition) (#76242)

* Kelvinism

* Magus spells

* Fix missing druid spell
  • Loading branch information
Standing-Storm authored Sep 9, 2024
1 parent ced900e commit 1fe4256
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 279 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/druid.json
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@
"name": "Aquatic Mantle",
"description": "Cover yourself in a thin layer of magical seaweed, preventing you from getting wet and allowing you to breathe underwater.",
"valid_targets": [ "self" ],
"flags": [ "CONCENTRATE", "VERBAL", "SOMATIC", "NO_LEGS" ],
"flags": [ "ENHANCEMENT_SPELL", "CONCENTRATE", "VERBAL", "SOMATIC", "NO_LEGS" ],
"min_damage": 1,
"max_damage": 1,
"effect": "spawn_item",
Expand Down
Loading

0 comments on commit 1fe4256

Please sign in to comment.