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

45 lines
1018 B
JSON

{
"_id": "vgbdBstsnakePitV",
"_key": "!actors!vgbdBstsnakePitV",
"name": "Snake, Pit Viper",
"type": "npc",
"img": "icons/creatures/reptiles/snake-fangs-small-green.webp",
"system": {
"hd": 2,
"hp": {
"value": 9,
"max": 9
},
"tl": 1.8,
"armor": 1,
"morale": 7,
"zone": "midline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "d6",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "<p>[Melee Attack]: 2 (d4) and pass [Endure] or become Sickened (Cd6 damage each minute)</p>",
"attackType": "melee",
"damage": "1d4",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>Other venomous snakes who only deliver their venom through bites.</p>"
},
"reviewed": false
}