vagabond-rpg-foundryvtt/packs/_source/bestiary/snake-giant-constrictor.json
Cal Corum 8f9a3dc14a Clean up bestiary descriptions: strip HTML and fix line breaks
- Removed HTML tags (<p>, etc.) from action/ability descriptions
- Fixed mid-sentence line breaks caused by PDF column formatting
- Descriptions now display cleanly in NPC sheet textareas

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 13:34:24 -06:00

63 lines
1.4 KiB
JSON

{
"_id": "vgbdBstsnakeGian",
"_key": "!actors!vgbdBstsnakeGian",
"name": "Snake, Giant Constrictor",
"type": "npc",
"img": "icons/creatures/reptiles/snake-coiled-yellow.webp",
"system": {
"hd": 7,
"hp": {
"value": 31,
"max": 31
},
"tl": 3.4,
"armor": 1,
"morale": 7,
"zone": "midline",
"size": "huge",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "1",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Multi-Attack",
"description": "1x Bite and 1x Constrict",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Bite",
"description": "[Melee Attack, Restrained Target]: 3 (d6)",
"attackType": "melee",
"damage": "1d6",
"damageType": "pierce",
"range": "",
"properties": []
},
{
"name": "Constrict",
"description": "[Grapple]: 9 (2d8) and Restrained",
"attackType": "melee",
"damage": "2d8",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "All manner of giant constricting snakes like boas and pythons. Always kills its prey by crushing it."
},
"reviewed": false
}