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>
45 lines
1005 B
JSON
45 lines
1005 B
JSON
{
|
|
"_id": "vgbdBstminotaur0",
|
|
"_key": "!actors!vgbdBstminotaur0",
|
|
"name": "Minotaur",
|
|
"type": "npc",
|
|
"img": "icons/svg/mystery-man.svg",
|
|
"system": {
|
|
"hd": 6,
|
|
"hp": {
|
|
"value": 27,
|
|
"max": 27
|
|
},
|
|
"tl": 3.9,
|
|
"armor": 2,
|
|
"morale": 12,
|
|
"zone": "frontline",
|
|
"size": "large",
|
|
"beingType": "cryptid",
|
|
"speed": {
|
|
"value": 40
|
|
},
|
|
"appearing": "d6",
|
|
"senses": {},
|
|
"movement": {},
|
|
"immunities": [],
|
|
"weaknesses": [],
|
|
"resistances": [],
|
|
"actions": [
|
|
{
|
|
"name": "Actions",
|
|
"description": "<p>Multi-Attack: 1\u00d7Gore and 1\u00d7Greataxe\nGore [Melee Attack]: 7 (3d4) and Prone if failed by\n10 or more.\nGreataxe [Melee Attack, Cleave]: 5 (d10) or half to\ntwo Targets</p>",
|
|
"attackType": "special",
|
|
"damage": "",
|
|
"damageType": "",
|
|
"range": "",
|
|
"properties": []
|
|
}
|
|
],
|
|
"abilities": [],
|
|
"loot": "",
|
|
"gmNotes": ""
|
|
},
|
|
"reviewed": false
|
|
}
|