diff --git a/data/mods/Xedra_Evolved/mutations/playable_changeline_eocs.json b/data/mods/Xedra_Evolved/mutations/playable_changeline_eocs.json index a26e554ee0960..6bb3d61d3b084 100644 --- a/data/mods/Xedra_Evolved/mutations/playable_changeline_eocs.json +++ b/data/mods/Xedra_Evolved/mutations/playable_changeline_eocs.json @@ -15,6 +15,18 @@ }, "effect": [ ] }, + { + "type": "effect_on_condition", + "id": "EOC_XE_CHANGELING_GRANT_POWER_VITAMIN_RECURRING", + "recurrence": [ "14 days", "28 days" ], + "condition": { + "and": [ + { "u_has_any_trait": [ "UNKNOWING_CHANGELING_NOBLE", "UNKNOWING_CHANGELING_COMMONER" ] }, + { "math": [ "u_vitamin('changeling_dreams')", "==", "0" ] } + ] + }, + "effect": { "math": [ "u_vitamin('changeling_dreams')", "+=", "1" ] } + }, { "type": "effect_on_condition", "id": "EOC_UNKNOWING_CHANGELING_WEARING_IRON_OR_STEEL", diff --git a/data/mods/Xedra_Evolved/mutations/playable_changeling.json b/data/mods/Xedra_Evolved/mutations/playable_changeling.json index 199ca8ea926b7..194cc62228a34 100644 --- a/data/mods/Xedra_Evolved/mutations/playable_changeling.json +++ b/data/mods/Xedra_Evolved/mutations/playable_changeling.json @@ -41,7 +41,7 @@ "type": "mutation", "id": "FAIR_FOLK_COMMONER_BROWNIE", "name": { "str": "Brownie Changeling" }, - "description": "This tracks your heritage, used for advancement. YOu shouldn't see it.", + "description": "This tracks your heritage, used for advancement. You shouldn't see it.", "points": 4, "valid": false, "purifiable": false, diff --git a/data/mods/Xedra_Evolved/mutations/xe_playable_gracken.json b/data/mods/Xedra_Evolved/mutations/xe_playable_gracken.json index d7c481a4c3e0e..744561522ed14 100644 --- a/data/mods/Xedra_Evolved/mutations/xe_playable_gracken.json +++ b/data/mods/Xedra_Evolved/mutations/xe_playable_gracken.json @@ -42,6 +42,7 @@ "profession": true, "points": 2, "description": "A traveler from another dimension. A dimension of shadows with few bright lights. Once your species matures, they gain the ability to create new alterations to their body from ingredients harvested from their kills, shadowstuff and magickal essence.", + "types": [ "HERITAGE" ], "allowed_category": [ "GRACKEN" ], "no_cbm_on_bp": [ "torso", "head", "eyes", "mouth", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ] },