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

49 lines
977 B
JSON

{
"_id": "vgbdBstlizardGi1",
"_key": "!actors!vgbdBstlizardGi1",
"name": "Lizard, Giant Gecko",
"type": "npc",
"img": "icons/creatures/reptiles/lizard-horned-green.webp",
"system": {
"hd": 3,
"hp": {
"value": 13,
"max": 13
},
"tl": 1.9,
"armor": 1,
"morale": 10,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 40
},
"appearing": "2d6",
"senses": {
"darkvision": true
},
"movement": {
"climb": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "[Melee Attack]: 4 (d8)",
"attackType": "melee",
"damage": "1d8",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "Overgrown reptiles, often used as mounts."
},
"reviewed": false
}