foundryvtt-wh4-lang-fr-fr/tables/delirium.json

22 lines
1.2 KiB
JSON

{
"name": "Delirium",
"die": "1d10",
"hide": true,
"rows": [{
"name": "Lucid Interval",
"description": "You have a period of blissful calm. Any Conditions you have previously gained from your Delirium are removed.",
"range": [1, 2]
}, {
"name": "Fitful Sleep",
"description": "You toss and turn, asleep but not resting. Gain 1 <a class='condition-chat'><i class='fas fa-user-injured'></i> Unconscious</a> for the next hour, and 1 <a class='condition-chat'><i class='fas fa-user-injured'></i> Fatigued</a> Condition for the next <b><a class='chat-roll'>1d10</a></b> hours.",
"range": [3, 5]
}, {
"name": "Confusion",
"description": "Plagued by weird, distorted visions, you gain one <a class='condition-chat'><i class='fas fa-user-injured'></i> Stunned</a> Condition for the next hour",
"range": [6, 9]
}, {
"name": "Hallucinations",
"description": "You see strange and terrifying visions, and must make a Test against Terror 3 every 10 minutes for the next hour. You also gain +1 <a class='condition-chat'><i class='fas fa-user-injured'></i> Stunned</a> Condition for the next <b><a class='chat-roll'>1d10</a></b> hours",
"range": [10, 10]
}]
}