Skip to content

Commit

Permalink
Merge pull request #62481 from casswedson/enhance!!
Browse files Browse the repository at this point in the history
fix: some improved spells lack relevant names
  • Loading branch information
Rivet-the-Zombie authored Dec 1, 2022
2 parents 90bc485 + 8f9cf53 commit 27c569e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -402,7 +402,7 @@
{
"id": "druid_feralform_plus",
"type": "SPELL",
"name": "Feral Form",
"name": "Enhanced Feral Form",
"description": "This spell unleashes your inner beast, growing claws & fangs to rend your foes limb from limb. Now you know this spell like the back of your hand, and start to design your own version.",
"valid_targets": [ "self" ],
"effect": "spawn_item",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/kelvinist.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
{
"id": "glide_ice_plus",
"type": "SPELL",
"name": "Glide on Ice",
"name": "Enhanced Glide on Ice",
"description": "Encases your feet in a magical coating of ice, allowing you to glide along smooth surfaces faster.",
"valid_targets": [ "none" ],
"flags": [ "VERBAL", "NO_HANDS", "NO_LEGS" ],
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/stormshaper.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
{
"id": "stormshaper_repelling_arc_plus",
"type": "SPELL",
"name": "Repelling Arc",
"name": "Enhanced Repelling Arc",
"description": "Manifests an aura of crackling electricity around you to strike attackers with baleful lightning. Now you know this spell like the back of your hand, and start to design your own version.",
"valid_targets": [ "self" ],
"effect": "spawn_item",
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Magiclysm/Spells/technomancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
{
"id": "holy_blade_plus",
"type": "SPELL",
"name": "Holy Blade",
"name": "Enhanced Holy Blade",
"description": "This blade of light will cut through any evil it makes contact with! Now you know this spell like the back of your hand, and start to design your own version.",
"valid_targets": [ "self" ],
"flags": [ "VERBAL", "NO_LEGS" ],
Expand Down Expand Up @@ -125,7 +125,7 @@
{
"id": "spirit_armor_plus",
"type": "SPELL",
"name": "Spiritual Armor",
"name": "Enhanced Spiritual Armor",
"description": "Evil will not make it through your defenses if your faith is strong enough! Now you know this spell like the back of your hand, and start to design your own version.",
"valid_targets": [ "self" ],
"flags": [ "VERBAL", "NO_LEGS", "SOMATIC" ],
Expand Down

0 comments on commit 27c569e

Please sign in to comment.