Mi2dRPGamEng/resources/defs/ailments.json

15 lines
400 B
JSON

{
"impact_trauma": {
"name": "Impact Trauma",
"check_weights": { "strength": 0.2, "athletics": 0.2 }
},
"fracture": {
"name": "Fracture",
"check_weights": { "strength": 0.5, "athletics": 0.4, "acrobatics": 0.3, "sleight_of_hand": 0.3 }
},
"brain_trauma": {
"name": "Brain Trauma",
"check_weights": { "insight": 0.6, "perception": 0.5, "sleight_of_hand": 0.2 }
}
}