vagabond-rpg-foundryvtt/packs/_source/bestiary/crayfish-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

61 lines
1.2 KiB
JSON

{
"_id": "vgbdBstcrayfishG",
"_key": "!actors!vgbdBstcrayfishG",
"name": "Crayfish, Giant",
"type": "npc",
"img": "icons/creatures/fish/crab-lobster-red.webp",
"system": {
"hd": 5,
"hp": {
"value": 22,
"max": 22
},
"tl": 4.6,
"armor": 2,
"morale": 8,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 25
},
"appearing": "d6",
"senses": {},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Snip-Snip",
"description": "[Multi-Attack]: 2x Claw",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Claw",
"description": "[Melee Attack]: 9 (2d8) and Restrained if smaller.",
"attackType": "melee",
"damage": "2d8",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Amphibious",
"description": "It can breathe air and water."
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}