vagabond-rpg-foundryvtt/packs/_source/bestiary/beetle-giant-tiger.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
992 B
JSON

{
"_id": "vgbdBstbeetleGi1",
"_key": "!actors!vgbdBstbeetleGi1",
"name": "Beetle, Giant Tiger",
"type": "npc",
"img": "icons/creatures/invertebrates/beetle-horned-brown.webp",
"system": {
"hd": 3,
"hp": {
"value": 13,
"max": 13
},
"tl": 3.0,
"armor": 3,
"morale": 9,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 50
},
"appearing": "2d6",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
"attackType": "melee",
"damage": "2d6",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>Giant beetles with tiger-striped carapace. Their mandibles are strong enough to crush bone.</p>"
},
"reviewed": false
}