vagabond-rpg-foundryvtt/packs/_source/bestiary/berserker.json
Cal Corum 93eb393e5a Fix bestiary compendium _key prefix for Actor type
Changed _key from !items! to !actors! in all 92 bestiary JSON files.
Actor compendiums require the !actors! prefix to be recognized by Foundry.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 13:15:37 -06:00

51 lines
1.1 KiB
JSON

{
"_id": "vgbdBstberserker",
"_key": "!actors!vgbdBstberserker",
"name": "Berserker",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 1,
"hp": {
"value": 4,
"max": 4
},
"tl": 2.8,
"armor": 1,
"morale": 8,
"zone": "frontline",
"size": "medium",
"beingType": "humanlike",
"speed": {
"value": 40
},
"appearing": "",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Greataxe",
"description": "<p>[Melee Attack, Cleave]: 6 (d12) or 13 (2d12!) if this Being is Berserk</p>",
"attackType": "melee",
"damage": "1d12",
"damageType": "slash",
"range": "",
"properties": ["cleave"]
}
],
"abilities": [
{
"name": "Rage",
"description": "<p>It goes Berserk when it is attacked or as part of making an Attack. While Berserk by any means, it reduces damage by 1 per damage die.</p>",
"passive": true
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}