12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "events": {
- "shark-encounters" : [
- {
- "name": "shark",
- "probability": 0.05,
- "karma-probability-modifier": -2.00,
- "explanations": [
- "A wild shark appears!"
- ],
- "actions": [
- {
- "label": "shoot with harpoon",
- "karma": -3.50,
- "description": "Fortunately you brought your harpoon with you. You aim carefully and shoot the beast. There, that should take care of the shark!",
- "effects": ["delay", "additional-costs", "disable-other-events"]
- },
- {
- "label": "quickly swim away",
- "karma": 0.00,
- "description": "You decide, that the shark is probably territorial and swim in a wide arc around the spot, where you saw the shark. Fortunately the shark did not engage and you are able to move on.",
- "effects": ["delay", "disable-other-events"]
- },
- {
- "label": "distract shark with food",
- "karma": 1.00,
- "description": "You brought some fish fingers along. Good for you, because you can use them as bait! You take them out of their waterproof packaging and sling them as far as you can. Motionlessly you observe the shark. The shark agrees, that you do not have to be eaten, since you have good taste. It swims to the quickly sinking fish fingers, probably the first in many months and digs in. As the shark does no longer pay you any attention, you are able to pass by and move on.",
- "effects": ["delay", "additional-costs"]
- }
- ],
- "default-effects": ["delay", "disable-other-events"]
- }
- ],
- "dolphin-encounters": [
- {
- "name": "friendly-dolphins",
- "probability": 0.10,
- "karma-probability-modifier": 2.00,
- "explanations": [
- "A group of playful dolphins appears! They swim around you joyfully, seeing you as their friend, who surely wants to play with them."
- ],
- "actions": [
- {
- "label": "shoot with harpoon",
- "karma": -4.00,
- "description": "Fortunately you brought your harpoon with you. You aim carefully and shoot one of the suckers! There, that should get rid of them!",
- "effects": ["delay", "additional-costs", "disable-other-events"]
- },
- {
- "label": "play with dolphins",
- "karma": 2.00,
- "description": "You play with the dolphins for a short time. Then something unexpected happens: The dolphins seem to know where you want to swim and support you on the way, pushing you forward. Although you took some times to play with them, suddenly you are moving much faster, which allows you to reach your next stop sooner than expected!",
- "effects": ["delay", "disable-other-events"]
- }
- ],
- "default-effects": ["delay", "disable-other-events"]
- }
- ],
- "general": [
- {
- "name": "hurt",
- "probability": 0.05,
- "karma-probability-modifier": -1.00,
- "explanations": [
- "While swimming, you suddenly feel a sharp pain on your arm. Then the water colors slightly red. Some nasty seagras leaf has cut into your arm, it seems."
- ],
- "actions": [],
- "default-effects": ["delay"]
- }
- ]
- }
- }
|