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

51 lines
974 B
JSON

{
"_id": "vgbdBstcultist00",
"_key": "!actors!vgbdBstcultist00",
"name": "Cultist",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 1,
"hp": {
"value": 4,
"max": 4
},
"tl": 1.0,
"armor": 1,
"morale": 12,
"zone": "midline",
"size": "medium",
"beingType": "humanlike",
"speed": {
"value": 30
},
"appearing": "",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Dagger",
"description": "[Melee Attack]: 2 (d4)",
"attackType": "melee",
"damage": "1d4",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Zealot",
"description": "Can't be Charmed or Frightened.",
"passive": true
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}