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

80 lines
1.9 KiB
JSON

{
"_id": "vgbdBstoctopusGi",
"_key": "!actors!vgbdBstoctopusGi",
"name": "Octopus, Giant",
"type": "npc",
"img": "icons/creatures/fish/squid-kraken-orange.webp",
"system": {
"hd": 8,
"hp": {
"value": 36,
"max": 36
},
"tl": 4.8,
"armor": 1,
"morale": 7,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 10
},
"appearing": "1",
"senses": {
"darkvision": true
},
"movement": {
"swim": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Multi-Attack",
"description": "1x Tentacle per Tentacle it has.",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Beak",
"description": "[Melee Attack]: 3 (d6)",
"attackType": "melee",
"damage": "1d6",
"damageType": "pierce",
"range": "",
"properties": []
},
{
"name": "Tentacle",
"description": "[Melee Attack, Near]: 2 (d4) and Restrained if Medium or smaller",
"attackType": "melee",
"damage": "1d4",
"damageType": "blunt",
"range": "Near",
"properties": []
}
],
"abilities": [
{
"name": "Amphibious",
"description": "It can breathe air or water."
},
{
"name": "Ink Cloud",
"description": "If it retreats, the surrounding 20' of water becomes obscured by ink for 1 minute."
},
{
"name": "Tentacles",
"description": "Starts with 8. Targetting a Tentacle causes a -3 penalty to the Attack Check, but severs it if at least 6 damage is dealt with the attack."
}
],
"loot": "",
"gmNotes": "Cephalopods capable of taking down small boats. Speed: 10' (Swim 30')"
},
"reviewed": false
}