Skip to content

Commit

Permalink
Heritage category
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Sep 8, 2024
1 parent 0278b61 commit 4251ed8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions data/mods/Xedra_Evolved/mutations/playable_changeline_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/mutations/playable_changeling.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions data/mods/Xedra_Evolved/mutations/xe_playable_gracken.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
},
Expand Down

0 comments on commit 4251ed8

Please sign in to comment.