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

59 lines
1.2 KiB
JSON

{
"_id": "vgbdBstmantisGia",
"_key": "!actors!vgbdBstmantisGia",
"name": "Mantis, Giant",
"type": "npc",
"img": "icons/creatures/invertebrates/bug-mantis-green.webp",
"system": {
"hd": 10,
"hp": {
"value": 45,
"max": 45
},
"tl": 4.3,
"armor": 4,
"morale": 10,
"zone": "frontline",
"size": "large",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "1",
"senses": {
"darkvision": true
},
"movement": {
"cling": true,
"fly": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Multi-Attack",
"description": "<p>2x Claw, Restrained if smaller and hit by both</p>",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Claw",
"description": "<p>[Melee Attack]: 3 (d6)</p>",
"attackType": "melee",
"damage": "1d6",
"damageType": "slash",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>Speed: 20' (Cling, Fly 40')</p>"
},
"reviewed": false
}