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 1 commit
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
7 changes: 7 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,12 @@
{ "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": 3 }, { "not": "is_day" }, "u_can_see", { "is_weather": "clear" }, "u_is_outside" ] },
"effect": [ { "u_message": "XE_NIGHT_MESSAGES_1", "snippet": true } ]
}
]
14 changes: 14 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,14 @@
[
{
"type": "snippet",
"category": "XE_NIGHT_MESSAGES_1",
"text": [
"The clopping of hooves pass you by with a swift breeze, you never see anything except for local flora brushed by the wind.",
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"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.",
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
"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 Cataclys."
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
]
}
]