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

15
tables/snake.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "Localisation - Serpent",
"die": "1d100",
"hide": true,
"rows": [{
"description": "Tête",
"result": "head",
"range": [1, 19]
},
{
"description": "Corps",
"result": "body",
"range": [20, 100]
}]
}