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

47 lines
971 B
JSON

{
"_id": "vgbdBstpteranodo",
"_key": "!actors!vgbdBstpteranodo",
"name": "Pteranodon",
"type": "npc",
"img": "icons/creatures/reptiles/pterodactyl-flying-green.webp",
"system": {
"hd": 1,
"hp": {
"value": 4,
"max": 4
},
"tl": 1.2,
"armor": 1,
"morale": 5,
"zone": "midline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 10
},
"appearing": "d12",
"senses": {},
"movement": {
"fly": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Beak",
"description": "[Melee Attack]: 3 (d6)",
"attackType": "melee",
"damage": "1d6",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "Flying dinosaurs that resemble birds with fanged maws. Speed: 10' (Fly 60')"
},
"reviewed": false
}