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

49 lines
1.1 KiB
JSON

{
"_id": "vgbdBstspiderGi1",
"_key": "!actors!vgbdBstspiderGi1",
"name": "Spider, Giant Crab",
"type": "npc",
"img": "icons/creatures/invertebrates/spider-web-gray.webp",
"system": {
"hd": 2,
"hp": {
"value": 9,
"max": 9
},
"tl": 1.5,
"armor": 1,
"morale": 7,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "d4",
"senses": {
"darkvision": true
},
"movement": {
"cling": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "[Melee Attack]: 4 (d8) and pass [Endure] with a +2 bonus or become Sickened (Cd4, +1 Fatigue each Round).",
"attackType": "melee",
"damage": "1d8",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "Man-sized venomous spiders with the ability to blend into their environment like a chameleon."
},
"reviewed": false
}