diff --git a/data/mods/Magiclysm/effects/effects.json b/data/mods/Magiclysm/effects/effects.json index 01e071836f2a1..4c99311c92279 100644 --- a/data/mods/Magiclysm/effects/effects.json +++ b/data/mods/Magiclysm/effects/effects.json @@ -103,50 +103,6 @@ "limb_score_mods": [ { "limb_score": "breathing", "modifier": 0.95 } ], "flags": [ "EFFECT_LIMB_SCORE_MOD" ] }, - { - "type": "effect_type", - "id": "effect_changeling_wearing_iron", - "name": [ "Touching Iron" ], - "desc": [ "You are in contact with iron. It will cause you pain and discomfort until removed." ], - "rating": "bad", - "apply_message": "As the iron touches you, your skin begins to itch fiercly.", - "remove_message": "The itch from the iron finally fades.", - "base_mods": { - "pain_amount": [ 5 ], - "pain_min": [ 1 ], - "pain_max": [ 3 ], - "pain_chance": [ 5 ], - "pain_max_val": [ 35 ], - "pain_tick": [ 120 ] - }, - "limb_score_mods": [ - { "limb_score": "balance", "modifier": 0.9 }, - { "limb_score": "breathing", "modifier": 0.85 }, - { "limb_score": "lift", "modifier": 0.9 }, - { "limb_score": "grip", "modifier": 0.9 }, - { "limb_score": "reaction", "modifier": 0.9 } - ], - "flags": [ "EFFECT_LIMB_SCORE_MOD" ] - }, - { - "type": "effect_type", - "id": "effect_changeling_wearing_steel", - "name": [ "Touching Steel" ], - "desc": [ "You are in contact with steel. It will cause you pain and discomfort until removed." ], - "rating": "bad", - "apply_message": "As the steel touches you, your skin begins to itch.", - "remove_message": "The itching from the steel finally fades.", - "base_mods": { - "pain_amount": [ 2 ], - "pain_min": [ 1 ], - "pain_max": [ 3 ], - "pain_chance": [ 10 ], - "pain_max_val": [ 15 ], - "pain_tick": [ 120 ] - }, - "limb_score_mods": [ { "limb_score": "breathing", "modifier": 0.95 } ], - "flags": [ "EFFECT_LIMB_SCORE_MOD" ] - }, { "type": "effect_type", "id": "enchant_windrun", diff --git a/data/mods/Xedra_Evolved/effects/effects.json b/data/mods/Xedra_Evolved/effects/effects.json index 49d89b0e1e66d..6e3459c068a4a 100644 --- a/data/mods/Xedra_Evolved/effects/effects.json +++ b/data/mods/Xedra_Evolved/effects/effects.json @@ -1070,6 +1070,50 @@ "limb_score_mods": [ { "limb_score": "breathing", "modifier": 0.95 } ], "flags": [ "EFFECT_LIMB_SCORE_MOD" ] }, + { + "type": "effect_type", + "id": "effect_changeling_wearing_iron", + "name": [ "Touching Iron" ], + "desc": [ "You are in contact with iron. It will cause you pain and discomfort until removed." ], + "rating": "bad", + "apply_message": "As the iron touches you, your skin begins to itch fiercly.", + "remove_message": "The itch from the iron finally fades.", + "base_mods": { + "pain_amount": [ 5 ], + "pain_min": [ 1 ], + "pain_max": [ 3 ], + "pain_chance": [ 5 ], + "pain_max_val": [ 35 ], + "pain_tick": [ 120 ] + }, + "limb_score_mods": [ + { "limb_score": "balance", "modifier": 0.9 }, + { "limb_score": "breathing", "modifier": 0.85 }, + { "limb_score": "lift", "modifier": 0.9 }, + { "limb_score": "grip", "modifier": 0.9 }, + { "limb_score": "reaction", "modifier": 0.9 } + ], + "flags": [ "EFFECT_LIMB_SCORE_MOD" ] + }, + { + "type": "effect_type", + "id": "effect_changeling_wearing_steel", + "name": [ "Touching Steel" ], + "desc": [ "You are in contact with steel. It will cause you pain and discomfort until removed." ], + "rating": "bad", + "apply_message": "As the steel touches you, your skin begins to itch.", + "remove_message": "The itching from the steel finally fades.", + "base_mods": { + "pain_amount": [ 2 ], + "pain_min": [ 1 ], + "pain_max": [ 3 ], + "pain_chance": [ 10 ], + "pain_max_val": [ 15 ], + "pain_tick": [ 120 ] + }, + "limb_score_mods": [ { "limb_score": "breathing", "modifier": 0.95 } ], + "flags": [ "EFFECT_LIMB_SCORE_MOD" ] + }, { "type": "effect_type", "id": "natures_commune",