vagabond-rpg-foundryvtt/packs/_source/bestiary/horse-war.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

54 lines
1.1 KiB
JSON

{
"_id": "vgbdBsthorseWar0",
"_key": "!actors!vgbdBsthorseWar0",
"name": "Horse, War",
"type": "npc",
"img": "icons/creatures/mammals/horse-armored-brown.webp",
"system": {
"hd": 3,
"hp": {
"value": 13,
"max": 13
},
"tl": 2.0,
"armor": 1,
"morale": 9,
"zone": "midline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "1",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Multi-Attack",
"description": "<p>2x Hoof</p>",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Hoof",
"description": "<p>[Melee Attack]: 3 (d6)</p>",
"attackType": "melee",
"damage": "1d6",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}