1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "events": {
- "horse-actions": [
- {
- "name": "horse-sick",
- "probability": 0.10,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay"]
- },
- {
- "name": "horse-running-after-wild-horse",
- "probability": 0.10,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay"]
- },
- {
- "name": "horse-giving-birth",
- "probability": 0.05,
- "karma-probability-modifier": 1.00,
- "explanations": ["The horse you are sitting on suddenly stops next to a bush and decides not to move an millimeter further. You get off its back and inspect it. Earlier they made jokes about you sitting on the fat one. Well, they didn't know about this one actually being pregnant! The horse lays down next to the bush and gives birth to a young one. Speechless you watch the event unfold."],
- "actions": [],
- "default-effects": ["delay", "route-change", "unusable"]
- },
- {
- "name": "horse-stubborn",
- "probability": 0.20,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay"]
- },
- {
- "name": "horse-running-away",
- "probability": 0.10,
- "karma-probability-modifier": -1.00,
- "explanations": ["no explanations"],
- "actions": [],
- "default-effects": ["delay"]
- }
- ]
- }
- }
|