vagabond-rpg-foundryvtt/packs/_source/bestiary/warlord.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.1 KiB
JSON

{
"_id": "vgbdBstwarlord00",
"_key": "!actors!vgbdBstwarlord00",
"name": "Warlord",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 5,
"hp": {
"value": 22,
"max": 22
},
"tl": 3.0,
"armor": 3,
"morale": 10,
"zone": "frontline",
"size": "medium",
"beingType": "humanlike",
"speed": {
"value": 30
},
"appearing": "",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Maul",
"description": "[Melee Attack]: 5 (d10)",
"attackType": "melee",
"damage": "1d10",
"damageType": "blunt",
"range": "",
"properties": []
},
{
"name": "Rally",
"description": "[Action]: Grants its Allies who hear it a d4 bonus to their damage rolls and Will Saves for 1 Round.",
"attackType": "utility",
"damage": "0",
"damageType": "",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}