vagabond-rpg-foundryvtt/packs/_source/bestiary/frog-toad.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.0 KiB
JSON

{
"_id": "vgbdBstfrogToad0",
"_key": "!actors!vgbdBstfrogToad0",
"name": "Frog/Toad",
"type": "npc",
"img": "icons/creatures/amphibians/frog-spotted-green-yellow.webp",
"system": {
"hd": 1,
"hp": {
"value": 1,
"max": 1
},
"tl": 0.1,
"armor": 0,
"morale": 2,
"zone": "midline",
"size": "small",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "2d6",
"senses": {},
"movement": {
"climb": true,
"cling": true,
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "[Melee Attack]: 0",
"attackType": "melee",
"damage": "0",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Amphibious",
"description": "Can breathe air or water."
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}