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

30 lines
644 B
JSON

{
"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]"
}
]
}