forked from public/foundryvtt-wh4-lang-fr-fr
Add tables
This commit is contained in:
22
tables/delirium.json
Normal file
22
tables/delirium.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"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]
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user