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

52 lines
1.2 KiB
JSON

{
"_id": "vgbdBsthippopot1",
"_key": "!actors!vgbdBsthippopot1",
"name": "Hippopotamus",
"type": "npc",
"img": "icons/creatures/mammals/rhinoceros-gray.webp",
"system": {
"hd": 8,
"hp": {
"value": 36,
"max": 36
},
"tl": 3.1,
"armor": 2,
"morale": 9,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "1",
"senses": {},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "<p>[Melee Attack]: 7 (2d6) and Restrained if it is smaller. This always hits a Target Restrained this way.</p>",
"attackType": "melee",
"damage": "2d6",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Aggressor",
"description": "<p>The first time it Moves at least 10 feet toward an Enemy on a Turn, it regains that Speed.</p>"
}
],
"loot": "",
"gmNotes": "<p>Speed: 20' (Swim 40')</p>"
},
"reviewed": false
}