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

56 lines
1.1 KiB
JSON

{
"_id": "vgbdBstapeGiant0",
"_key": "!actors!vgbdBstapeGiant0",
"name": "Ape, Giant",
"type": "npc",
"img": "icons/creatures/mammals/ape-gorilla-gray.webp",
"system": {
"hd": 4,
"hp": {
"value": 18,
"max": 18
},
"tl": 2.3,
"armor": 2,
"morale": 7,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "d4",
"senses": {},
"movement": {
"climb": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Maul",
"description": "<p>[Multi-Attack]: 2x Claw</p>",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Claw",
"description": "<p>[Melee Attack]: 2 (d4)</p>",
"attackType": "melee",
"damage": "1d4",
"damageType": "slash",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>Gorillas and the cave-dwelling white apes.</p>"
},
"reviewed": false
}