vagabond-rpg-foundryvtt/packs/_source/bestiary/manticore.json
Cal Corum 7133c13476 Add 143 new bestiary creatures from PDF extraction
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>
2025-12-18 13:28:10 -06:00

49 lines
1.0 KiB
JSON

{
"_id": "vgbdBstmanticore",
"_key": "!actors!vgbdBstmanticore",
"name": "Manticore",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 6,
"hp": {
"value": 27,
"max": 27
},
"tl": 3.8,
"armor": 2,
"morale": 9,
"zone": "midline",
"size": "large",
"beingType": "cryptid",
"speed": {
"value": 30
},
"appearing": "d4",
"senses": {
"darkvision": true
},
"movement": {
"fly": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Actions",
"description": "<p>Multi-Attack 1 (1/Day): 3 (d6)\u00d7Tail Spike\nMulti-Attack 2: 2\u00d7Claws and 1\u00d7Bite\nBite [Melee Attack]: 5 (2d4)\nClaws [Melee Attack]: 2 (d4)\nTail Spike [Ranged Attack]: 3 (d6)</p>",
"attackType": "special",
"damage": "",
"damageType": "",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}