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

30 lines
557 B
JSON
Raw Normal View History

2020-03-24 23:53:39 +01:00
{
2020-04-11 22:11:37 +02:00
"name": "Localisation",
2020-03-24 23:53:39 +01:00
"die": "1d100",
"rows": [{
"description": "Tête",
"result": "head",
"range": [1, 9]
}, {
"description": "Bras Gauche",
"result": "lArm",
"range": [10, 24]
}, {
"description": "Bras Droit",
"result": "rArm",
"range": [25, 44]
}, {
"description": "Corps",
"result": "body",
"range": [45, 79]
}, {
"description": "Jambe Gauche",
"result": "lLeg",
"range": [80, 89]
}, {
"description": "Jambe Droite",
"result": "rLeg",
"range": [90, 100]
}]
2020-04-11 22:11:37 +02:00
}