vagabond-rpg-foundryvtt/packs/_source/bestiary/acolyte.json
Cal Corum 93eb393e5a Fix bestiary compendium _key prefix for Actor type
Changed _key from !items! to !actors! in all 92 bestiary JSON files.
Actor compendiums require the !actors! prefix to be recognized by Foundry.

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

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

72 lines
1.7 KiB
JSON

{
"_id": "vgbdBstacolyte00",
"_key": "!actors!vgbdBstacolyte00",
"name": "Acolyte",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 1,
"hp": {
"value": 4,
"max": 4
},
"tl": 1.3,
"armor": 0,
"morale": 7,
"zone": "backline",
"size": "medium",
"beingType": "humanlike",
"speed": {
"value": 30
},
"appearing": "",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Cure Wounds",
"description": "<p>[Cast, Touch (damaged Ally)] (3/Day): Regain 3 (d6) HP</p>",
"attackType": "cast",
"damage": "1d6",
"damageType": "healing",
"range": "touch",
"properties": ["3/day"]
},
{
"name": "Turn Undead",
"description": "<p>[Cast, Aura Near] (2/Day): Undead Targets are Frightened (Cd4), ignoring Immunity.</p>",
"attackType": "cast",
"damage": "0",
"damageType": "",
"range": "near",
"properties": ["2/day", "aura"]
},
{
"name": "Sacred Flame",
"description": "<p>[Cast, Aura Near | Endure]: 7 (2d6) and Blinded (Cd4)</p>",
"attackType": "cast",
"damage": "2d6",
"damageType": "radiant",
"range": "near",
"properties": ["aura", "endure"]
},
{
"name": "Mace",
"description": "<p>[Melee Attack]: 3 (d6)</p>",
"attackType": "melee",
"damage": "1d6",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}