Skip to content

Commit

Permalink
Xedra Evolved Night snippets (#62158)
Browse files Browse the repository at this point in the history
* Night snippets

* Update data/mods/Xedra_Evolved/snippets/effect_on_condition.json

* Apply suggestions from code review

Co-authored-by: NetSysFire <[email protected]>

* Day snippets

* Update effect_on_condition.json

* Update effect_on_condition.json

Co-authored-by: NetSysFire <[email protected]>
  • Loading branch information
Maleclypse and NetSysFire authored Nov 14, 2022
1 parent b47895a commit 268e2db
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/mods/Xedra_Evolved/effects/effect_on_condition.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,19 @@
{ "u_message": "The spiders in your veins itch!", "type": "bad" },
{ "u_add_effect": "formication", "duration": "10 minutes", "target_part": "RANDOM" }
]
},
{
"type": "effect_on_condition",
"id": "xe_night_messages",
"recurrence": [ "8 hours", "72 hours" ],
"condition": { "and": [ { "one_in_chance": 6 }, { "not": "is_day" }, "u_can_see", { "is_weather": "clear" }, "u_is_outside" ] },
"effect": [ { "u_message": "XE_NIGHT_MESSAGES_1", "snippet": true } ]
},
{
"type": "effect_on_condition",
"id": "xe_day_messages",
"recurrence": [ "8 hours", "72 hours" ],
"condition": { "and": [ { "one_in_chance": 6 }, "is_day", "u_can_see", { "is_weather": "clear" }, "u_is_outside" ] },
"effect": [ { "u_message": "XE_DAY_MESSAGES_1", "snippet": true } ]
}
]
29 changes: 29 additions & 0 deletions data/mods/Xedra_Evolved/snippets/effect_on_condition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
"type": "snippet",
"category": "XE_NIGHT_MESSAGES_1",
"text": [
"The clopping of hooves pass you by with a swift breeze, yet you did not see anything except for local flora brushed by the wind.",
"As you are walking you suddenly hear a woman singing mournfully. As you look around trying to see where the sound is coming from you slowly realize that if you take more than a step and a half in any direction the song fades away. Eventually you are unable to find it again.",
"Winged shadows cross the ground, but when you look into the sky you can't seem to see any movement or shapes at all.",
"There is a bright red star with a dark heart that looks like a pupil, staring down on you from the sky above. Is that star in the sky every night? Is it coming closer to the planet?",
"A helicopter passes by overhead. All it's running lights have been blacked out and you suspect the rotors have been muffled. If it hadn't passed right over you, you'd have never known it was there.",
"Something roars in the night, similar sounding to one of the Kaiju you heard destroying a nearby town during the Cataclysm.",
"The night suddenly goes dead silent."
]
},
{
"type": "snippet",
"category": "XE_DAY_MESSAGES_1",
"text": [
"You realize that all of your empty pockets have been turned inside out. How long ago this happened you can't say.",
"You hear a tinkling sound on the wind.",
"A horn plays somewhere far in the distance; deep, mournful, and low.",
"Suddenly you smell rotten wood and tobacco.",
"You hear a distant explosion. You can't tell if it came from one of the tendrils of smoke at the edge of your vision or if it's new.",
"A single shot fires in the distance then silence.",
"The birds are no longer singing here. It's quiet, scary quiet.",
"A rare plane leaves contrails high in the sky. You wonder where it could be coming from and where it could possibly be going."
]
}
]

0 comments on commit 268e2db

Please sign in to comment.