vagabond-rpg-foundryvtt/packs/_source/bestiary/octopus-giant.json
Cal Corum bcbf8338ff Fix compendium IDs to be exactly 16 alphanumeric characters
Foundry VTT v13 requires all _id values to be exactly 16 characters.
Previous IDs ranged from 17-25+ characters and caused validation errors.

Changes:
- Use 7-char prefix per type (vgbdAnc, vgbdCls, vgbdPrk, etc.)
- Append 9-char name derived from filename with padding
- Handle collisions with numeric suffixes (e.g., vgbdPrkheighten1)

Files updated across all compendiums:
- Ancestries: 7 files
- Classes: 18 files
- Perks: 103 files (3 collision fixes)
- Spells: 58 files
- Weapons: 43 files
- Armor: 5 files
- Equipment: ~300 files (25 collision fixes)
- Bestiary: ~70 files (8 collision fixes)
- Statuses: ~15 files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 11:04:10 -06:00

80 lines
2.0 KiB
JSON

{
"_id": "vgbdBstoctopusGi",
"_key": "!items!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": "<p>1x Tentacle per Tentacle it has.</p>",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Beak",
"description": "<p>[Melee Attack]: 3 (d6)</p>",
"attackType": "melee",
"damage": "1d6",
"damageType": "pierce",
"range": "",
"properties": []
},
{
"name": "Tentacle",
"description": "<p>[Melee Attack, Near]: 2 (d4) and Restrained if Medium or smaller</p>",
"attackType": "melee",
"damage": "1d4",
"damageType": "blunt",
"range": "Near",
"properties": []
}
],
"abilities": [
{
"name": "Amphibious",
"description": "<p>It can breathe air or water.</p>"
},
{
"name": "Ink Cloud",
"description": "<p>If it retreats, the surrounding 20' of water becomes obscured by ink for 1 minute.</p>"
},
{
"name": "Tentacles",
"description": "<p>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.</p>"
}
],
"loot": "",
"gmNotes": "<p>Cephalopods capable of taking down small boats. Speed: 10' (Swim 30')</p>"
},
"reviewed": false
}