Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xedra Evolved Night snippets #62158

Merged
merged 6 commits into from
Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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."
]
}
]