vagabond-rpg-foundryvtt/packs/_source/bestiary/cat.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.0 KiB
JSON

{
"_id": "vgbdBstcat000000",
"_key": "!actors!vgbdBstcat000000",
"name": "Cat",
"type": "npc",
"img": "icons/creatures/mammals/cat-hunched-orange.webp",
"system": {
"hd": 1,
"hp": {
"value": 1,
"max": 1
},
"tl": 0.2,
"armor": 0,
"morale": 2,
"zone": "midline",
"size": "small",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "2d6",
"senses": {
"darkvision": true
},
"movement": {
"climb": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Claw",
"description": "<p>[Melee Attack]: 1</p>",
"attackType": "melee",
"damage": "1",
"damageType": "slash",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Righting Reflex",
"description": "<p>It doesn't take falling damage from falling 40' or less.</p>"
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}