vagabond-rpg-foundryvtt/packs/_source/bestiary/homunculus.json
Cal Corum fbc7b57b91 Add 13 Artificials creatures to bestiary compendium
New creatures: Crawling Wall, Dungeonheart, Flying Spellbook, Flying Sword,
Joust Guardian, Golem Flesh, Homunculus, Living Statue Crystal, Necrophidius,
Potead (Small/Medium/Large), Ripworm.

Fixed ID collisions for Living Statue variants.

Bestiary now contains 240 creatures total.

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

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

55 lines
1.3 KiB
JSON

{
"_id": "vgbdBsthomunculu",
"_key": "!actors!vgbdBsthomunculu",
"name": "Homunculus",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 1,
"hp": {
"value": 1,
"max": 1
},
"tl": 0.9,
"armor": 0,
"morale": 3,
"zone": "midline",
"size": "small",
"beingType": "artificial",
"speed": {
"value": 10
},
"appearing": "1",
"senses": {
"darkvision": true,
"echolocation": true
},
"movement": {
"fly": true
},
"immunities": ["poison"],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Actions",
"description": "Bite [Melee Attack]: 1 (d3) and (1/Day) pass [Endure] or become Sickened (Cd6 Rounds, Unconscious until it takes damage).\nSpit Acid [Ranged Attack, Near]: 2 (d4) and Burning (Cd4)",
"attackType": "special",
"damage": "",
"damageType": "",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Abilities",
"description": "Status Immunities: Charmed, Sickened\nFly Speed: 40'"
}
],
"loot": "",
"gmNotes": "A tiny artificial creature, often created as a familiar or servant."
},
"reviewed": false
}