foundry-dsa41-game/src/packs/_source/wunden/bauch-wunde.json

44 lines
894 B
JSON

{
"name": "Bauchwunde",
"notes": "Nur für das Spiel mit Trefferzonen gedacht.<br/>Eine Waffe oder andere Auswirkung hat eine Wunde am Bauch verursacht",
"unique": false,
"image": "icons/skills/wounds/bone-broken-knee-beam.webp",
"effects": [
{
"key": "system.wunden.bauch",
"mode": 2,
"value": "1",
"priority": 10
},
{
"key": "system.at.mod",
"mode": 2,
"value": "-1",
"priority": 10
},
{
"key": "system.pa.mod",
"mode": 2,
"value": "-1",
"priority": 10
},
{
"key": "system.attribute.ko.mod",
"mode": 2,
"value": "-1",
"priority": 10
},
{
"key": "system.attribute.kk.mod",
"mode": 2,
"value": "-1",
"priority": 10
},
{
"key": "system.gs.mod",
"mode": 2,
"value": "-1",
"priority": 10
}
]
}