Skip to content

Commit

Permalink
Rework to use mutagen mechanics for ease of expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Sep 9, 2024
1 parent 82df3fa commit 3ed2f40
Show file tree
Hide file tree
Showing 8 changed files with 573 additions and 415 deletions.
35 changes: 35 additions & 0 deletions data/mods/Xedra_Evolved/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -1994,6 +1994,41 @@
"rating": "bad",
"blood_analysis_description": "Dangerous levels of oxygen and nitrogen in blood sample"
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_noble",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_commoner_brownie",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_commoner_pooka",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_commoner_selkie",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "mutagen_fair_folk_commoner_trow",
"name": [ "Fair Folk Mutation" ],
"desc": [ "You are gaining Fair Folk powers. This should only be visible for a moment." ],
"max_intensity": 3
},
{
"type": "effect_type",
"id": "called_daffodil",
Expand Down
Loading

0 comments on commit 3ed2f40

Please sign in to comment.