vagabond-rpg-foundryvtt/packs/_source/bestiary/phorusrhacos.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": "vgbdBstphorusrha",
"_key": "!actors!vgbdBstphorusrha",
"name": "Phorusrhacos",
"type": "npc",
"img": "icons/creatures/birds/corvid-crow-black.webp",
"system": {
"hd": 7,
"hp": {
"value": 31,
"max": 31
},
"tl": 3.3,
"armor": 1,
"morale": 8,
"zone": "frontline",
"size": "huge",
"beingType": "beast",
"speed": {
"value": 45
},
"appearing": "2d6",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Multi-Attack",
"description": "2x Claw and 1x Beak",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Beak",
"description": "[Melee Attack]: 7 (2d6)",
"attackType": "melee",
"damage": "2d6",
"damageType": "pierce",
"range": "",
"properties": []
},
{
"name": "Claw",
"description": "[Melee Attack]: 2 (d4)",
"attackType": "melee",
"damage": "1d4",
"damageType": "slash",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "Flightless, aggressive birds of impressive stature."
},
"reviewed": false
}