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

59 lines
1.3 KiB
JSON

{
"_id": "vgbdBsttricerato",
"_key": "!actors!vgbdBsttricerato",
"name": "Triceratops",
"type": "npc",
"img": "icons/creatures/reptiles/dinosaur-horned-green.webp",
"system": {
"hd": 11,
"hp": {
"value": 49,
"max": 49
},
"tl": 4.5,
"armor": 3,
"morale": 8,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 30
},
"appearing": "d4",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Horn",
"description": "[Melee Attack]: 10 (3d6)",
"attackType": "melee",
"damage": "3d6",
"damageType": "pierce",
"range": "",
"properties": []
},
{
"name": "Stomp",
"description": "[Melee Attack]: 10 (3d6)",
"attackType": "melee",
"damage": "3d6",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Rampant",
"description": "If it Moves at least 20' in a straight line, it can automatically make one Horn Attack against anything in its path for the rest of the Turn (no Action)."
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}