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

50 lines
1.1 KiB
JSON

{
"_id": "vgbdBstdog000000",
"_key": "!actors!vgbdBstdog000000",
"name": "Dog",
"type": "npc",
"img": "icons/creatures/mammals/wolf-howling-blue.webp",
"system": {
"hd": 1,
"hp": {
"value": 4,
"max": 4
},
"tl": 0.5,
"armor": 0,
"morale": 7,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "2d6",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "<p>[Melee Attack]: 2 (d4)</p>",
"attackType": "melee",
"damage": "1d4",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Pack Hunter",
"description": "<p>Targets within 5 feet of one of this Being's Allies are Vulnerable to its attacks.</p>"
}
],
"loot": "",
"gmNotes": "<p>Small dogs: TL 0.2, 1 HP, Speed 30', Bite 1. Medium dogs: TL 0.5, 4 HP, Speed 40', Bite 2 (d4).</p>"
},
"reviewed": false
}