vagabond-rpg-foundryvtt/packs/_source/bestiary/thunderfoot.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": "vgbdBstthunderfo",
"_key": "!actors!vgbdBstthunderfo",
"name": "Thunderfoot",
"type": "npc",
"img": "icons/creatures/reptiles/dinosaur-brontosaurus-green.webp",
"system": {
"hd": 35,
"hp": {
"value": 157,
"max": 157
},
"tl": 10.5,
"armor": 4,
"morale": 9,
"zone": "frontline",
"size": "colossal",
"beingType": "beast",
"speed": {
"value": 30
},
"appearing": "d12",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Stomp",
"description": "<p>[Melee Attack]: 25 (4d10+3)</p>",
"attackType": "melee",
"damage": "4d10+3",
"damageType": "blunt",
"range": "",
"properties": []
},
{
"name": "Tail",
"description": "<p>[Melee Attack]: 22 (5d8) and shoved Prone 30' away</p>",
"attackType": "melee",
"damage": "5d8",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}