vagabond-rpg-foundryvtt/packs/_source/bestiary/alligator-crocodile.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.1 KiB
JSON

{
"_id": "vgbdBstalligato1",
"_key": "!actors!vgbdBstalligato1",
"name": "Alligator/Crocodile",
"type": "npc",
"img": "icons/creatures/reptiles/crocodile-alligator-green.webp",
"system": {
"hd": 3,
"hp": {
"value": 13,
"max": 13
},
"tl": 2.1,
"armor": 2,
"morale": 7,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 30
},
"appearing": "d8",
"senses": {},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "<p>[Melee Attack]: 4 (d8) and Restrained if the Target is its size or smaller. This attack always hits a Target Restrained by this attack.</p>",
"attackType": "melee",
"damage": "1d8",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Hold Breath",
"description": "<p>Can hold its breath for 1 hour.</p>"
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}