Skip to content

Commit d8b8334

Browse files
Various fixes
1 parent fc3301e commit d8b8334

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

data/mods/Xedra_Evolved/effects/effects.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2904,6 +2904,13 @@
29042904
"int_decay_step": 1,
29052905
"int_decay_tick": 3600
29062906
},
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+
},
29072914
{
29082915
"type": "effect_type",
29092916
"id": "effect_selkie_fog_cloak",
@@ -4035,13 +4042,6 @@
40354042
"max_intensity": 300,
40364043
"flags": [ "CANNOT_MOVE" ]
40374044
},
4038-
{
4039-
"type": "effect_type",
4040-
"id": "effect_changeling_advancement_selkie_stand_in_rain_counter",
4041-
"//": "Hidden effect, used as a counter",
4042-
"name": [ "" ],
4043-
"desc": [ "" ]
4044-
},
40454045
{
40464046
"type": "effect_type",
40474047
"id": "effect_werewolf_gain_more_powers",

data/mods/Xedra_Evolved/eocs/eoc_conditions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"effect": [ ]
5454
},
5555
{
56+
"type": "effect_on_condition",
5657
"id": "EOC_CONDITIONS_YOU_ARE_A_PLAYABLE_CHANGELING",
5758
"condition": {
5859
"u_has_any_trait": [

data/mods/Xedra_Evolved/eocs/playable_changeling_advancement_eocs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
"deactivate_condition": {
297297
"or": [
298298
{ "not": { "u_has_trait": "UNKNOWING_CHANGELING_NOBLE" } },
299-
{ "math": [ "u_changeling_advancement_noble_condition_you_have_one_follower = 1" ] }
299+
{ "math": [ "u_changeling_advancement_noble_condition_you_have_one_follower == 1" ] }
300300
]
301301
},
302302
"effect": [
@@ -318,7 +318,7 @@
318318
"deactivate_condition": {
319319
"or": [
320320
{ "not": { "u_has_trait": "UNKNOWING_CHANGELING_NOBLE" } },
321-
{ "math": [ "u_changeling_advancement_noble_condition_you_have_seven_followers = 1" ] }
321+
{ "math": [ "u_changeling_advancement_noble_condition_you_have_seven_followers == 1" ] }
322322
]
323323
},
324324
"effect": [
@@ -472,7 +472,7 @@
472472
"deactivate_condition": {
473473
"or": [
474474
{ "not": { "u_has_trait": "UNKNOWING_CHANGELING_COMMONER_SELKIE" } },
475-
{ "math": [ "u_changeling_advancement_selkie_condition_stand_in_rain = 1" ] },
475+
{ "math": [ "u_changeling_advancement_selkie_condition_stand_in_rain == 1" ] },
476476
{
477477
"not": {
478478
"or": [
@@ -579,7 +579,7 @@
579579
},
580580
{
581581
"type": "effect_on_condition",
582-
"id": "EOC_PLAYABLE_CHANGELING_ADVANCEMENT_SELKIE_REACH_LEVEL_SEVEN_ATHLETICS",
582+
"id": "EOC_PLAYABLE_CHANGELING_ADVANCEMENT_TWO_REACH_LEVEL_SEVEN_FABRICATION",
583583
"eoc_type": "EVENT",
584584
"required_event": "gains_skill_level",
585585
"condition": {

data/mods/Xedra_Evolved/mutations/paraclesians/arvore_eocs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
]
3434
},
35-
"then": [ { "u_add_effect": "effect_pooka_outdoors_tracker" } ]
35+
"then": [ { "u_add_effect": "effect_pooka_outdoors_tracker", "duration": "61 minutes" } ]
3636
},
3737
{
3838
"if": { "u_has_effect": "effect_pooka_outdoors_tracker", "intensity": 24 },

0 commit comments

Comments
 (0)