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

45 lines
868 B
JSON

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