Skip to content
Snippets Groups Projects
Commit 58cc0150 authored by JinoWills's avatar JinoWills Committed by Vrelnir
Browse files

Seasonal random events additions

parent add1f2e9
No related branches found
No related tags found
1 merge request!2719Seasonal random events additions
......@@ -562,6 +562,9 @@
You accidentally walk through a pile of leaves. A nearby <<person>> raking leaves looks over and yells at you. You hurry on. <<stress 3>><<gstress>>
<<endevent>>
<</addinlineevent>>
<<addinlineevent "autumn_park_4">>
A leaf on the wind <<if !$worn.face.type.includes("naked")>> lands on your cheek. <<else>> gets stuck in your $worn.face.name.<</if>> You pluck it off.<<if currentSkillValue('science') gte 500>> It's a maple leaf. The stem is also connected to one of the distinctive <<print either("samaras", "maple keys", "helicopters", "whirlybirds", "polynoses")>> containing the seeds.<<else>>You're not sure what it was, but it was huge and almost covered your whole face.<</if>>
<</addinlineevent>>
<</if>>
<<case "forest">>
<<addinlineevent "autumn_forest_1">>
......@@ -613,6 +616,10 @@
<<addinlineevent "summer_anywhere_3" 0.5>>
A brutal wave of heat washes over you. You take a moment to wipe the sweat from your head. <<stress 1>><<gstress>>
<</addinlineevent>>
<<addinlineevent "summer_anywhere_4">>
<<generate1>><<person1>>
You overhear a <<person>> talking on <<his>> cell phone about <<his>> upcoming holiday trip. <<if $trauma lte ($traumamax / 5) * 3>> Hearing <<his>> obvious enthusiasm for the trip makes you smile. <<stress -1>><<lstress>><<else>>You resent hearing about a trip you'll never be able to take, stuck in this town like you are. <<stress 1>><<gstress>><</if>>
<</addinlineevent>>
<<if ["town", "park"].includes($location) and Time.hour gte 7 and Time.hour lt 21 and playerIsPregnant() and playerAwareTheyArePregnant()>>
<<addinlineevent "summer_pregnant_watch">>
You see a group of kids playing. Most are running and squealing as they spray each other with water guns, but a few are lazing on the grass. Occasionally, their friends cool them off with a blast of water, causing them to giggle.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment