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

61 lines
1.2 KiB
JSON

{
"_id": "vgbdBstcrayfishG",
"_key": "!actors!vgbdBstcrayfishG",
"name": "Crayfish, Giant",
"type": "npc",
"img": "icons/creatures/fish/crab-lobster-red.webp",
"system": {
"hd": 5,
"hp": {
"value": 22,
"max": 22
},
"tl": 4.6,
"armor": 2,
"morale": 8,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 25
},
"appearing": "d6",
"senses": {},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Snip-Snip",
"description": "<p>[Multi-Attack]: 2x Claw</p>",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Claw",
"description": "<p>[Melee Attack]: 9 (2d8) and Restrained if smaller.</p>",
"attackType": "melee",
"damage": "2d8",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Amphibious",
"description": "<p>It can breathe air and water.</p>"
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}