Skip to content

Commit

Permalink
Fixes Ierde's allergy to their own spell. (#76537)
Browse files Browse the repository at this point in the history
* Update ierde_mutation_spells.json

* Update ierde_mutation_spells.json

* Update ethereal_items.json

* Update ethereal_items.json

Changing thickness of the new Moon's Tears covering.

* Update data/mods/Xedra_Evolved/items/ethereal_items.json

---------

Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
CwasCard and Maleclypse authored Sep 21, 2024
1 parent 266b536 commit 6218923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions data/mods/Xedra_Evolved/items/ethereal_items.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,14 +385,14 @@
"type": "ARMOR",
"category": "armor",
"name": { "str_sp": "invulnerable iron skin" },
"description": "The essence of iron.",
"description": "Fae iron essence.",
"weight": "0 g",
"volume": "0 L",
"material": [ "iron" ],
"material": [ "moon_tears" ],
"symbol": "[",
"color": "dark_gray",
"warmth": 5,
"material_thickness": 5,
"material_thickness": 0.6,
"environmental_protection": 2,
"flags": [ "ONLY_ONE", "OVERSIZE", "PERSONAL", "ZERO_WEIGHT", "NO_DROP", "STURDY", "PADDED" ],
"armor": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"id": "ierde_iron_armor_spell",
"type": "SPELL",
"name": "Invulnerable Iron Armor",
"description": "While on living earth or stone, the Ierde may infuse their body with the essence of iron, slowing their movement and attacks but rendering them much safer from harm.",
"description": "While on living earth or stone, the Ierde may infuse their body with fae iron, slowing their movement and attacks but rendering them much safer from harm.",
"teachable": false,
"valid_targets": [ "self" ],
"spell_class": "IERDE",
Expand All @@ -83,7 +83,7 @@
{
"id": "ierde_iron_armor_spell_real",
"type": "SPELL",
"name": "Invulnerable Iron Armor Real",
"name": "Invulnerable Earthen Armor Real",
"description": "The actual spell that summons the iron armor. It's a bug if you have it.",
"teachable": false,
"valid_targets": [ "self" ],
Expand Down

0 comments on commit 6218923

Please sign in to comment.