Fix career + ajout traduction de tables
This commit is contained in:
30
tables/corruption.json
Normal file
30
tables/corruption.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Dissolution de l'Esprit et du Corps",
|
||||
"die" : "1d100",
|
||||
"hide": true,
|
||||
"columns" : ["welf", "helf", "halfling", "human", "dwarf"],
|
||||
"rows": [
|
||||
{
|
||||
"range":{
|
||||
"human" : [1, 50],
|
||||
"dwarf" : [1, 5],
|
||||
"halfling" : [1, 10],
|
||||
"helf" : [],
|
||||
"welf" : []
|
||||
},
|
||||
"name": "Physique",
|
||||
"description" : "@Table[mutatephys]"
|
||||
},
|
||||
{
|
||||
"range":{
|
||||
"human" : [51, 100],
|
||||
"dwarf" : [6, 100],
|
||||
"halfling" : [11, 100],
|
||||
"helf" : [1, 100],
|
||||
"welf" : [1, 100]
|
||||
},
|
||||
"name": "Mentale",
|
||||
"description": "@Table[mutatemental]"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user