Fix career + ajout traduction de tables
This commit is contained in:
30
tables/quadruped.json
Normal file
30
tables/quadruped.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Hit Location - Quadruped",
|
||||
"hide" : true,
|
||||
"die": "1d100",
|
||||
"rows": [{
|
||||
"description": "Head",
|
||||
"result": "head",
|
||||
"range": [1, 16]
|
||||
}, {
|
||||
"description": "Body",
|
||||
"result": "body",
|
||||
"range": [17, 56]
|
||||
}, {
|
||||
"description": "Front Left Leg",
|
||||
"result": "lArm",
|
||||
"range": [57, 67]
|
||||
}, {
|
||||
"description": "Front Right Leg",
|
||||
"result": "rArm",
|
||||
"range": [68, 78]
|
||||
}, {
|
||||
"description": "Back Left Leg",
|
||||
"result": "lLeg",
|
||||
"range": [79, 89]
|
||||
}, {
|
||||
"description": "Back Right Leg",
|
||||
"result": "rLeg",
|
||||
"range": [90, 100]
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user