vagabond-rpg-foundryvtt/packs/_source/bestiary/spider-giant-black-widow.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

58 lines
1.3 KiB
JSON

{
"_id": "vgbdBstspiderGia",
"_key": "!actors!vgbdBstspiderGia",
"name": "Spider, Giant Black Widow",
"type": "npc",
"img": "icons/creatures/invertebrates/spider-black-red.webp",
"system": {
"hd": 3,
"hp": {
"value": 13,
"max": 13
},
"tl": 2.0,
"armor": 1,
"morale": 8,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "d3",
"senses": {
"darkvision": true
},
"movement": {
"cling": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "[Melee Attack]: 7 (2d6) and pass [Endure] or become Sickened (Cd4, +1 Fatigue each Round).",
"attackType": "melee",
"damage": "2d6",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Webs",
"description": "Its web is an Object with 4 HP and Armor: 5."
},
{
"name": "Web Walker",
"description": "It can sense any Being on the same web as it as if by Blindsight, and is not impeded by web as Difficult Terrain."
}
],
"loot": "",
"gmNotes": "Man-sized venomous spiders distinguished by their red hourglass mark."
},
"reviewed": false
}