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

70 lines
1.5 KiB
JSON

{
"_id": "vgbdBstbear00000",
"_key": "!actors!vgbdBstbear00000",
"name": "Bear",
"type": "npc",
"img": "icons/creatures/mammals/bear-brown-standing.webp",
"system": {
"hd": 5,
"hp": {
"value": 22,
"max": 22
},
"tl": 2.5,
"armor": 1,
"morale": 8,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "d4+1",
"senses": {},
"movement": {
"climb": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Maul",
"description": "[Multi-Attack]: Two Claws and a Bite. If both Claws hit the same Target, the Bite can automatically hit that Target.",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Claws",
"description": "[Melee Attack]: 3 (d6)",
"attackType": "melee",
"damage": "1d6",
"damageType": "slash",
"range": "",
"properties": []
},
{
"name": "Bite",
"description": "[Melee Attack]: 4 (d8)",
"attackType": "melee",
"damage": "1d8",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Dense Muscled",
"description": "Grapples and Shoves as Large."
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}