Extracted creatures include: - Dragons (Hatchling, Elder, Ancient) - Elementals (Air, Fire, Water, Earth variants) - Classic monsters (Troll, Goblin, Orc, Ogre, Minotaur, etc.) - Undead (Ghost, Banshee, Death Knight, etc.) - Fae (Brownie, Pixie, Satyr, Hags, etc.) - Oozes & Plants (Black Pudding, Shambling Mound, Treant) - Outer beings and cryptids All creatures have accurate base stats (HD, HP, TL, Speed, Armor, Morale, Zone, Size, Type) parsed from the PDF. Actions and abilities are captured as raw text for future refinement. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
857 B
JSON
42 lines
857 B
JSON
{
|
|
"_id": "vgbdBstcarbuncle",
|
|
"_key": "!actors!vgbdBstcarbuncle",
|
|
"name": "Carbuncle",
|
|
"type": "npc",
|
|
"img": "icons/svg/mystery-man.svg",
|
|
"system": {
|
|
"hd": 1,
|
|
"hp": {
|
|
"value": 1,
|
|
"max": 1
|
|
},
|
|
"tl": 1.6,
|
|
"armor": 3,
|
|
"morale": 1,
|
|
"zone": "backline",
|
|
"size": "small",
|
|
"beingType": "cryptid",
|
|
"speed": {
|
|
"value": 10
|
|
},
|
|
"appearing": "1",
|
|
"senses": {
|
|
"darkvision": true
|
|
},
|
|
"movement": {},
|
|
"immunities": [],
|
|
"weaknesses": [],
|
|
"resistances": [],
|
|
"actions": [],
|
|
"abilities": [
|
|
{
|
|
"name": "Abilities",
|
|
"description": "<p>Scare to Death: If it fails a Morale Check or becomes\nFrightened, it dies.\nShattering Death: When it dies, it shatters to dust.</p>"
|
|
}
|
|
],
|
|
"loot": "",
|
|
"gmNotes": ""
|
|
},
|
|
"reviewed": false
|
|
}
|