vagabond-rpg-foundryvtt/packs/_source/bestiary/horse-riding.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": "vgbdBsthorseRidi",
"_key": "!actors!vgbdBsthorseRidi",
"name": "Horse, Riding",
"type": "npc",
"img": "icons/creatures/mammals/horse-brown.webp",
"system": {
"hd": 2,
"hp": {
"value": 9,
"max": 9
},
"tl": 1.6,
"armor": 1,
"morale": 7,
"zone": "midline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 80
},
"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]: 2 (d4)</p>",
"attackType": "melee",
"damage": "1d4",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}