Skip to content

Commit 0557af6

Browse files
authored
Merge pull request #81841 from Standing-Storm/changeling-power
[Xedra Evolved] Add more ways for changelings to gain their powers
2 parents 0c6dbe3 + 35c3523 commit 0557af6

File tree

7 files changed

+575
-25
lines changed

7 files changed

+575
-25
lines changed

data/mods/Xedra_Evolved/design_doc_spoilers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The following types of changelings exist or are planned:
170170
- Selkies: Based on the seal-folk of Northern Europe. They can control the weather and exist without penalty in water, and are beguiling to mortals.
171171
- Trow: Based on coblyns and knockers. Their abilities relate to the earth and mining.
172172

173-
Currently, changelings gain their powers in a steady drip of 1 per 5-7 days. It is intended that they accomplish various deeds to gain their powers, but it is currently unimplemeneted.
173+
Currently, changelings gain their powers in a steady drip of 1 per 8-10 days. There are a small number of various deeds that each changeling can accomplish to gain more powers, which will be expanded over time. Deeds should generally be in-theme, such as how pooka deeds invovle the wilderness, trow deeds involve mining and the underground, etc. Repeatable deeds are possible, but should be tasks that require effort: the only currently repeatable deeds are killing a March Lord and closing a shadow wound.
174174

175175
#### Seasonal Magick
176176

data/mods/Xedra_Evolved/effects/effects.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2893,6 +2893,24 @@
28932893
"desc": [ "People can definitely see you now." ],
28942894
"rating": "bad"
28952895
},
2896+
{
2897+
"type": "effect_type",
2898+
"id": "effect_pooka_outdoors_tracker",
2899+
"//": "Hidden effect, used for pooka advancement",
2900+
"name": [ "" ],
2901+
"desc": [ "" ],
2902+
"rating": "good",
2903+
"max_intensity": 24,
2904+
"int_decay_step": 1,
2905+
"int_decay_tick": 3600
2906+
},
2907+
{
2908+
"type": "effect_type",
2909+
"id": "effect_changeling_advancement_selkie_stand_in_rain_counter",
2910+
"//": "Hidden effect, used as a counter",
2911+
"name": [ "" ],
2912+
"desc": [ "" ]
2913+
},
28962914
{
28972915
"type": "effect_type",
28982916
"id": "effect_selkie_fog_cloak",

data/mods/Xedra_Evolved/eocs/eoc_conditions.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,19 @@
5151
]
5252
},
5353
"effect": [ ]
54+
},
55+
{
56+
"type": "effect_on_condition",
57+
"id": "EOC_CONDITIONS_YOU_ARE_A_PLAYABLE_CHANGELING",
58+
"condition": {
59+
"u_has_any_trait": [
60+
"UNKNOWING_CHANGELING_NOBLE",
61+
"UNKNOWING_CHANGELING_COMMONER_BROWNIE",
62+
"UNKNOWING_CHANGELING_COMMONER_POOKA",
63+
"UNKNOWING_CHANGELING_COMMONER_SELKIE",
64+
"UNKNOWING_CHANGELING_COMMONER_TROW"
65+
]
66+
},
67+
"effect": [ ]
5468
}
5569
]

0 commit comments

Comments
 (0)