vagabond-rpg-foundryvtt/packs/_source/bestiary/ochre-jelly.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

50 lines
1.2 KiB
JSON

{
"_id": "vgbdBstochrejell",
"_key": "!actors!vgbdBstochrejell",
"name": "Ochre Jelly",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 5,
"hp": {
"value": 22,
"max": 22
},
"tl": 1.7,
"armor": 0,
"morale": 12,
"zone": "frontline",
"size": "medium",
"beingType": "primordial",
"speed": {
"value": 10
},
"appearing": "1",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Actions",
"description": "<p>Pseudopod [Melee Attack]: 7 (2d6)</p>",
"attackType": "special",
"damage": "",
"damageType": "",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Abilities",
"description": "<p>Amorphous: It can Move into occupied space as small\nas 1 inch without squeezing.\nPudding Split: If it is larger than Small and subjected\nto Shock or Slash, it splits into two Ochre Jellies that\nhave half its current HP, round up, and are one size\nsmaller. Their Pseudopod attacks deal 3 (d6) instead.</p>"
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}