Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Nov 8, 2024
1 parent 60cf27e commit dcc744f
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 11 deletions.
18 changes: 17 additions & 1 deletion data/mods/Xedra_Evolved/eocs/give_a_class_eoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,23 @@
]
},
{ "math": [ "magic_potential", ">", "0" ] },
{ "not": { "u_has_trait": "DREAMLESS" } }
{
"not": {
"u_has_any_trait": [
"DREAMLESS",
"CHANGELING_MAGIC",
"NATIVE_SHAPESHIFTER",
"LILIN_TRAITS",
"ARVORE",
"IERDE",
"HOMULLUS",
"SALAMANDER",
"SYLPH",
"UNDINE",
"VAMPIRE"
]
}
}
]
}
},
Expand Down
3 changes: 2 additions & 1 deletion data/mods/Xedra_Evolved/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@
"purifiable": false,
"valid": false,
"vitamin_rates": [ [ "human_blood_vitamin", 180 ] ],
"flags": [ "CANNIBAL", "HEMOVORE" ]
"flags": [ "CANNIBAL", "HEMOVORE" ],
"cancels": [ "DREAMER", "DREAMSMITH", "EATER", "INVENTOR" ]
},
{
"type": "mutation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
"SLOWHEALER",
"SLOWHEALER2",
"SLOWHEALER3",
"NOHEAL"
"NOHEAL",
"DREAMER",
"DREAMSMITH",
"EATER",
"INVENTOR"
],
"can_heal_with": [ "cthonic_poultice" ],
"description": "A spirit of earth and stone.",
Expand Down Expand Up @@ -78,7 +82,11 @@
"SLOWHEALER",
"SLOWHEALER2",
"SLOWHEALER3",
"NOHEAL"
"NOHEAL",
"DREAMER",
"DREAMSMITH",
"EATER",
"INVENTOR"
],
"can_heal_with": [ "verdant_poultice" ],
"description": "A spirit of leaf and bark.",
Expand Down Expand Up @@ -123,7 +131,11 @@
"SLOWHEALER",
"SLOWHEALER2",
"SLOWHEALER3",
"NOHEAL"
"NOHEAL",
"DREAMER",
"DREAMSMITH",
"EATER",
"INVENTOR"
],
"can_heal_with": [ "charred_sacrifice" ],
"description": "A spirit of fire.",
Expand Down Expand Up @@ -177,7 +189,11 @@
"SLOWHEALER",
"SLOWHEALER2",
"SLOWHEALER3",
"NOHEAL"
"NOHEAL",
"DREAMER",
"DREAMSMITH",
"EATER",
"INVENTOR"
],
"can_heal_with": [ "cerulean_poultice" ],
"description": "You are born of the deep waters.",
Expand Down Expand Up @@ -221,7 +237,11 @@
"SLOWHEALER",
"SLOWHEALER2",
"SLOWHEALER3",
"NOHEAL"
"NOHEAL",
"DREAMER",
"DREAMSMITH",
"EATER",
"INVENTOR"
],
"can_heal_with": [ "doll_repair_paste" ],
"vitamin_rates": [ [ "mutagen_human", 1 ] ],
Expand Down Expand Up @@ -263,7 +283,11 @@
"SLOWHEALER",
"SLOWHEALER2",
"SLOWHEALER3",
"NOHEAL"
"NOHEAL",
"DREAMER",
"DREAMSMITH",
"EATER",
"INVENTOR"
],
"can_heal_with": [ "ethereal_draught" ],
"description": "A spirit of air and wind.",
Expand Down
3 changes: 2 additions & 1 deletion data/mods/Xedra_Evolved/mutations/playable_changeling.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"description": "This provides the school trait for Changeling magic. It should not be visible.",
"valid": false,
"purifiable": false,
"player_display": false
"player_display": false,
"cancels": [ "DREAMER", "DREAMSMITH", "EATER", "INVENTOR" ]
},
{
"type": "mutation",
Expand Down
3 changes: 2 additions & 1 deletion data/mods/Xedra_Evolved/mutations/shapeshifters.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
],
"no_cbm_on_bp": [ "torso", "head", "eyes", "mouth", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ],
"flags": [ "MEND_ALL" ],
"enchantments": [ { "values": [ { "value": "REGEN_HP", "multiply": 0.25 }, { "value": "REGEN_HP_AWAKE", "multiply": 0.1 } ] } ]
"enchantments": [ { "values": [ { "value": "REGEN_HP", "multiply": 0.25 }, { "value": "REGEN_HP_AWAKE", "multiply": 0.1 } ] } ],
"cancels": [ "DREAMER", "DREAMSMITH", "EATER", "INVENTOR" ]
},
{
"type": "mutation",
Expand Down
3 changes: 2 additions & 1 deletion data/mods/Xedra_Evolved/mutations/xe_lilin.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"ench_effects": [ { "effect": "effect_lilin_vampire_immune", "intensity": 1 } ]
}
],
"activated_eocs": [ "EOC_LILIN_SPEND_RUACH_FOR_POWERS" ]
"activated_eocs": [ "EOC_LILIN_SPEND_RUACH_FOR_POWERS" ],
"cancels": [ "DREAMER", "DREAMSMITH", "EATER", "INVENTOR" ]
},
{
"type": "mutation",
Expand Down

0 comments on commit dcc744f

Please sign in to comment.