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

59 lines
1.3 KiB
JSON

{
"_id": "vgbdBstelephant0",
"_key": "!actors!vgbdBstelephant0",
"name": "Elephant",
"type": "npc",
"img": "icons/creatures/mammals/mammoth-brown.webp",
"system": {
"hd": 9,
"hp": {
"value": 40,
"max": 40
},
"tl": 5.0,
"armor": 2,
"morale": 8,
"zone": "frontline",
"size": "huge",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "d20",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Trample",
"description": "<p>[Melee Attack] (Recharge Cd4): 18 (4d8)</p>",
"attackType": "melee",
"damage": "4d8",
"damageType": "blunt",
"range": "",
"properties": []
},
{
"name": "Tusk",
"description": "<p>[Melee Attack]: 7 (2d4)</p>",
"attackType": "melee",
"damage": "2d4",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Charger",
"description": "<p>If it Moves at least 20' in a straight line before making a Tusk Attack, the damage is doubled.</p>"
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}