vagabond-rpg-foundryvtt/packs/_source/bestiary/whale-blue.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

54 lines
1.0 KiB
JSON

{
"_id": "vgbdBstwhaleBlue",
"_key": "!actors!vgbdBstwhaleBlue",
"name": "Whale, Blue",
"type": "npc",
"img": "icons/creatures/fish/fish-bioluminescent-blue.webp",
"system": {
"hd": 15,
"hp": {
"value": 67,
"max": 67
},
"tl": 8.7,
"armor": 1,
"morale": 7,
"zone": "frontline",
"size": "colossal",
"beingType": "beast",
"speed": {
"value": 0
},
"appearing": "1",
"senses": {
"echolocation": true
},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Slam",
"description": "[Melee Attack]: 39 (6d12)",
"attackType": "melee",
"damage": "6d12",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Hold Breath",
"description": "Can hold its breath for up to two hours."
}
],
"loot": "",
"gmNotes": "Speed: 0' (Swim 60')"
},
"reviewed": false
}