Skip to content

Commit a545b7d

Browse files
Initial commit (#82475)
1 parent 3fd3327 commit a545b7d

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

data/json/effects_on_condition/nether_eocs/nether_glass_effect_on_condition.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,19 @@
5252
"min_radius": 3,
5353
"max_radius": 20,
5454
"lifespan": [ "40 seconds", "2 minutes" ]
55+
},
56+
{
57+
"if": { "mod_is_loaded": "mindovermatter" },
58+
"then": { "run_eocs": "EOC_MOM_FIFTH_SUN_ON_SEEING_YRAX_APEIROHEDRON" }
5559
}
5660
]
5761
}
5862
]
5963
}
64+
},
65+
{
66+
"type": "effect_on_condition",
67+
"id": "EOC_MOM_FIFTH_SUN_ON_SEEING_YRAX_APEIROHEDRON",
68+
"effect": [ ]
6069
}
6170
]
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[
2+
{
3+
"type": "effect_on_condition",
4+
"id": "EOC_MOM_FIFTH_SUN_ON_SEEING_YRAX_APEIROHEDRON",
5+
"condition": {
6+
"and": [
7+
{ "u_has_trait": "FIFTH_SUN_PEOPLE" },
8+
{ "not": { "compare_string": [ "yes", { "u_val": "fifth_sun_and_seen_yrax_apeirohedron" } ] } }
9+
]
10+
},
11+
"effect": [
12+
{ "u_add_var": "fifth_sun_and_seen_yrax_apeirohedron", "value": "yes" },
13+
{
14+
"u_message": "A shiver runs down your spine as the golden shape suddenly looms out of the impenetrable abyss. This is beyond anything possible on this primitive world. It is beyond even anything in the huecachane civilizations known to the Ēxcan Tlahtōlōyan. This is a thing of the First Sun, and before it you are as an ant at the feet of the gods.",
15+
"type": "mixed"
16+
}
17+
]
18+
}
19+
]

0 commit comments

Comments
 (0)