vagabond-rpg-foundryvtt/packs/_source/bestiary/rhinoceros.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": "vgbdBstrhinocero",
"_key": "!actors!vgbdBstrhinocero",
"name": "Rhinoceros",
"type": "npc",
"img": "icons/creatures/mammals/rhinoceros-gray.webp",
"system": {
"hd": 8,
"hp": {
"value": 36,
"max": 36
},
"tl": 3.6,
"armor": 2,
"morale": 6,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "d12",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Horn",
"description": "<p>[Melee Attack]: 5 (2d4)</p>",
"attackType": "melee",
"damage": "2d4",
"damageType": "pierce",
"range": "",
"properties": []
},
{
"name": "Stomp",
"description": "<p>[Melee Attack]: 9 (2d8)</p>",
"attackType": "melee",
"damage": "2d8",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Rampant",
"description": "<p>If it Moves at least 20' in a straight line, it can automatically make one Horn Attack against anything in its path for the rest of the Turn (no Action).</p>"
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}