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

38 lines
816 B
JSON

{
"name": "Kopfwunde",
"notes": "Nur für das Spiel mit Trefferzonen gedacht.<br/>Eine Waffe oder andere Auswirkung hat eine Wunde am Kopf verursacht",
"unique": false,
"image": "icons/skills/wounds/bone-broken-knee-beam.webp",
"effects": [
{
"key": "system.wunden.kopf",
"mode": 2,
"value": "1",
"priority": 10
},
{
"key": "system.attribute.mu.aktuell",
"mode": 2,
"value": "-2",
"priority": 10
},
{
"key": "system.attribute.kl.aktuell",
"mode": 2,
"value": "-2",
"priority": 10
},
{
"key": "system.attribute.in.aktuell",
"mode": 2,
"value": "-2",
"priority": 10
},
{
"key": "system.ini.aktuell",
"mode": 2,
"value": "-2",
"priority": 10
}
]
}