vagabond-rpg-foundryvtt/packs/_source/bestiary/bat.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": "vgbdBstbat000000",
"_key": "!actors!vgbdBstbat000000",
"name": "Bat",
"type": "npc",
"img": "icons/creatures/mammals/bat-gray.webp",
"system": {
"hd": 1,
"hp": {
"value": 1,
"max": 1
},
"tl": 0.2,
"armor": 0,
"morale": 5,
"zone": "midline",
"size": "small",
"beingType": "beast",
"speed": {
"value": 5
},
"appearing": "2d20",
"senses": {
"echolocation": true
},
"movement": {
"fly": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "[Melee Attack]: 1 and pass [Endure] or become Sickened (Cd6 days)",
"attackType": "melee",
"damage": "1",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Nimble",
"description": "Attacks against it can't be Favored if it can Move."
}
],
"loot": "",
"gmNotes": "Speed: 5' (Fly 30')"
},
"reviewed": false
}