vagabond-rpg-foundryvtt/packs/_source/bestiary/electric-eel.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.3 KiB
JSON

{
"_id": "vgbdBstelectricE",
"_key": "!actors!vgbdBstelectricE",
"name": "Electric Eel",
"type": "npc",
"img": "icons/creatures/fish/fish-eel-green.webp",
"system": {
"hd": 1,
"hp": {
"value": 4,
"max": 4
},
"tl": 1.3,
"armor": 0,
"morale": 3,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 0
},
"appearing": "2d6",
"senses": {},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Shock",
"description": "<p>[Attack, Aura Close | Endure]: 7 (2d6), Paralyzed (Cd4) if failed by 5 or more.</p>",
"attackType": "special",
"damage": "2d6",
"damageType": "shock",
"range": "Aura Close",
"properties": []
},
{
"name": "Bite",
"description": "<p>[Attack]: 2 (d4)</p>",
"attackType": "melee",
"damage": "1d4",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Aquatic",
"description": "<p>Can only breathe water.</p>"
}
],
"loot": "",
"gmNotes": "<p>Speed: 0' (Swim 30')</p>"
},
"reviewed": false
}