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

52 lines
1.1 KiB
JSON

{
"_id": "vgbdBstalligator",
"_key": "!actors!vgbdBstalligator",
"name": "Alligator/Crocodile, Giant",
"type": "npc",
"img": "icons/creatures/reptiles/crocodile-alligator-green.webp",
"system": {
"hd": 15,
"hp": {
"value": 67,
"max": 67
},
"tl": 5.5,
"armor": 3,
"morale": 9,
"zone": "frontline",
"size": "huge",
"beingType": "beast",
"speed": {
"value": 30
},
"appearing": "1",
"senses": {},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "[Melee Attack]: 13 (3d8) and Restrained if the Target is its size or smaller. This attack always hits a Target Restrained by this attack.",
"attackType": "melee",
"damage": "3d8",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Hold Breath",
"description": "Can hold its breath for 1 hour."
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}