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

45 lines
1.0 KiB
JSON

{
"_id": "vgbdBstantGiant0",
"_key": "!actors!vgbdBstantGiant0",
"name": "Ant, Giant",
"type": "npc",
"img": "icons/creatures/invertebrates/ant-mandibles-red.webp",
"system": {
"hd": 2,
"hp": {
"value": 9,
"max": 9
},
"tl": 2.9,
"armor": 3,
"morale": 7,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 60
},
"appearing": "2d6+2",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
"attackType": "melee",
"damage": "2d6",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>The incredibly hardy ant, increased to massive proportions. Their tunnels are the size of mineshafts, and an infestation of giant ants can topple a city.</p>"
},
"reviewed": false
}