vagabond-rpg-foundryvtt/packs/_source/bestiary/gladiator.json
Cal Corum 8d44b06f40 Add bestiary compendium - Humanlike category (21 NPCs)
First batch of bestiary creatures from Core Rulebook pp.112-114:
- Acolyte, Apothecary, Assassin, Bandit, Bard, Berserker, Brigand
- Commoner, Cultist, Gladiator, Guard, Knight
- Mage (Fire, Frost, Shock), Noble, Scout, Thug, Trader
- Veteran, Warlord

All entries include: HD, HP, TL, Armor, Morale, Zone, Speed,
Actions (with damage/type), and Abilities where applicable.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 10:21:58 -06:00

46 lines
1006 B
JSON

{
"_id": "vagabondNpcGladiator",
"_key": "!actors!vagabondNpcGladiator",
"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
}