1
0
Fork 0
taleweave-ai/taleweave/systems/environment/temperature/logic.yaml

22 lines
549 B
YAML
Raw Normal View History

2024-05-06 01:17:32 +00:00
rules:
2024-06-22 22:54:54 +00:00
- group: environment.temperature
2024-05-06 01:17:32 +00:00
match:
type: room
temperature: hot
chance: 0.2
2024-06-22 22:54:54 +00:00
trigger: [taleweave.systems.environment.temperature.triggers:hot_room]
2024-05-06 01:17:32 +00:00
2024-06-22 22:54:54 +00:00
- group: environment.temperature
2024-05-06 01:17:32 +00:00
match:
type: room
temperature: cold
chance: 0.2
2024-06-22 22:54:54 +00:00
trigger: [taleweave.systems.environment.temperature.triggers:cold_room]
2024-05-06 01:17:32 +00:00
labels:
2024-05-19 21:49:02 +00:00
- match:
type: character
2024-05-19 21:49:02 +00:00
wet: true
backstory: You are soaking wet.
description: They are soaking wet and dripping water.
2024-05-06 01:17:32 +00:00
# false intentionally omitted