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

{
"_id": "vgbdBstcrabGiant",
"_key": "!actors!vgbdBstcrabGiant",
"name": "Crab, Giant",
"type": "npc",
"img": "icons/creatures/fish/crab-lobster-red.webp",
"system": {
"hd": 3,
"hp": {
"value": 13,
"max": 13
},
"tl": 4.2,
"armor": 3,
"morale": 12,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "2d6",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Multi-Attack",
"description": "2x Pincer",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Pincer",
"description": "[Melee Attack]: 7 (2d6)",
"attackType": "melee",
"damage": "2d6",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Amphibious",
"description": "It can breathe air and water."
},
{
"name": "On-Sight",
"description": "Is Berserk, considers all Beings Enemies."
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}