27 lines
760 B
JSON
27 lines
760 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 }
|
|
},
|
|
"burn": {
|
|
"name": "Burn",
|
|
"check_weights": { "sleight_of_hand": 0.3, "athletics": 0.2 }
|
|
},
|
|
"heart_palpitations": {
|
|
"name": "Heart Palpitations",
|
|
"check_weights": { "strength": 0.6, "speed": 0.5 }
|
|
},
|
|
"shortcircuit": {
|
|
"name": "Short Circuit",
|
|
"check_weights": { "insight": 0.7, "perception": 0.6, "sleight_of_hand": 0.5 }
|
|
}
|
|
}
|