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

64 lines
1.3 KiB
JSON

{
"_id": "vgbdBstbadger000",
"_key": "!actors!vgbdBstbadger000",
"name": "Badger",
"type": "npc",
"img": "icons/creatures/mammals/badger-gray-white.webp",
"system": {
"hd": 1,
"hp": {
"value": 1,
"max": 1
},
"tl": 0.6,
"armor": 0,
"morale": 4,
"zone": "frontline",
"size": "small",
"beingType": "beast",
"speed": {
"value": 25
},
"appearing": "d4+1",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"statusImmunities": ["sickened"],
"actions": [
{
"name": "Maul",
"description": "[Multi-Attack]: 2x Claw",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Claw",
"description": "[Melee Attack]: 1 (d3)",
"attackType": "melee",
"damage": "1d3",
"damageType": "slash",
"range": "",
"properties": []
},
{
"name": "Bite",
"description": "[Melee Attack]: 2 (d4)",
"attackType": "melee",
"damage": "1d4",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}