Fix career + ajout traduction de tables

This commit is contained in:
2021-05-31 14:04:31 +02:00
parent 9d5883ca8d
commit 00d87b8795
24 changed files with 4470 additions and 132 deletions

49
tables/poisoned-wind.json Normal file
View File

@ -0,0 +1,49 @@
{
"name": "Poisoned Wind",
"die": "1d10",
"hide" : true,
"rows": [
{
"description": "-10 to Initiative for the following hour",
"range": [
1,
4
]
},
{
"description": "Victim hallucinates millions of small spiders, and may only stamp, scream, and scratch for [[1d10]] Rounds.",
"range": [
5,
5
]
},
{
"description": "Victim believes the nearest rock is an animated and hostile piece of warpstone,and must attack it for [[1d10]] Rounds.",
"range": [
6,
6
]
},
{
"description": "Victim must flee for [[1d10]] Rounds.",
"range": [
7,
7
]
},
{
"description": "Victim believes they are a bird, drops all weapons and equipment, and attempts to fly for [[1d10]] Rounds.",
"range": [
8,
8
]
},
{
"description": "Victim suffers acute paranoia and attacks nearest Character for [[1d10]] Rounds.",
"range": [
9,
10
]
}
]
}