Move deprecated tables

This commit is contained in:
2022-09-12 21:20:03 +02:00
parent bd74d179f0
commit d725b84011
58 changed files with 0 additions and 0 deletions

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