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

51 lines
1.0 KiB
JSON

{
"_id": "vgbdBstgladiator",
"_key": "!actors!vgbdBstgladiator",
"name": "Gladiator",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 2,
"hp": {
"value": 9,
"max": 9
},
"tl": 1.7,
"armor": 1,
"morale": 7,
"zone": "frontline",
"size": "medium",
"beingType": "humanlike",
"speed": {
"value": 30
},
"appearing": "",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Weapon",
"description": "<p>[Attack]: 5 (d8+1) or (by Weapon)</p>",
"attackType": "melee",
"damage": "1d8+1",
"damageType": "slash",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Prowess",
"description": "<p>+1 to attack damage it deals (already factored in).</p>",
"passive": true
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}