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

55 lines
1.3 KiB
JSON

{
"_id": "vagabondNpcKnight",
"_key": "!actors!vagabondNpcKnight",
"name": "Knight",
"type": "npc",
"img": "icons/svg/mystery-man.svg",
"system": {
"hd": 3,
"hp": { "value": 13, "max": 13 },
"tl": 2.8,
"armor": 3,
"morale": 8,
"zone": "frontline",
"size": "medium",
"beingType": "humanlike",
"speed": { "value": 25 },
"appearing": "",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Greatsword",
"description": "<p>[Melee Attack]: 5 (d10)</p>",
"attackType": "melee",
"damage": "1d10",
"damageType": "slash",
"range": "",
"properties": []
},
{
"name": "Rally",
"description": "<p>[Action]: Grants its Allies who hear it a d4 bonus to their damage rolls and Will Saves for 1 Round.</p>",
"attackType": "utility",
"damage": "0",
"damageType": "",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Leadership",
"description": "<p>While it is alive and in sight, its Allies always pass Morale Checks and can't be Frightened.</p>",
"passive": true
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}