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

54 lines
1.3 KiB
JSON

{
"_id": "vgbdBstsnakeCobr",
"_key": "!actors!vgbdBstsnakeCobr",
"name": "Snake, Cobra",
"type": "npc",
"img": "icons/creatures/reptiles/snake-fangs-small-green.webp",
"system": {
"hd": 1,
"hp": {
"value": 4,
"max": 4
},
"tl": 1.5,
"armor": 1,
"morale": 7,
"zone": "midline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "1",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Venom Spit",
"description": "<p>[Ranged Attack, Near] (Recharge Cd4): 0 and, if failed by 5 or more, Blinded</p>",
"attackType": "ranged",
"damage": "0",
"damageType": "poison",
"range": "Near",
"properties": []
},
{
"name": "Bite",
"description": "<p>[Melee Attack]: 1 (d3) and pass [Endure] or become Sickened (Cd6 damage each minute)</p>",
"attackType": "melee",
"damage": "1d3",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>Venomous snakes that can deliver their venom through bites or by spitting.</p>"
},
"reviewed": false
}