Skip to content

Commit

Permalink
Put effects where they belong
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Sep 8, 2024
1 parent 9b031e5 commit 303c13a
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 44 deletions.
44 changes: 0 additions & 44 deletions data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
44 changes: 44 additions & 0 deletions data/mods/Xedra_Evolved/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 303c13a

Please sign in to comment.