vagabond-rpg-foundryvtt/packs/_source/bestiary/shark-great-white.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

56 lines
1.2 KiB
JSON

{
"_id": "vgbdBstsharkGrea",
"_key": "!actors!vgbdBstsharkGrea",
"name": "Shark, Great White",
"type": "npc",
"img": "icons/creatures/fish/fish-shark-blue.webp",
"system": {
"hd": 8,
"hp": {
"value": 36,
"max": 36
},
"tl": 3.8,
"armor": 2,
"morale": 7,
"zone": "frontline",
"size": "huge",
"beingType": "beast",
"speed": {
"value": 0
},
"appearing": "3d4",
"senses": {},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "[Melee Attack]: 11 (2d10) and Restrained if smaller",
"attackType": "melee",
"damage": "2d10",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Aquatic",
"description": "Can only breathe water."
},
{
"name": "Blood Sense",
"description": "It can sense Beings that are missing any HP within 1 mile as if by Blindsight."
}
],
"loot": "",
"gmNotes": "Speed: 0' (Swim 60')"
},
"reviewed": false
}