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

47 lines
1.0 KiB
JSON

{
"_id": "vgbdBstbeeGiant0",
"_key": "!actors!vgbdBstbeeGiant0",
"name": "Bee, Giant",
"type": "npc",
"img": "icons/creatures/invertebrates/bee-yellow-black.webp",
"system": {
"hd": 1,
"hp": {
"value": 1,
"max": 1
},
"tl": 0.9,
"armor": 0,
"morale": 9,
"zone": "midline",
"size": "small",
"beingType": "beast",
"speed": {
"value": 10
},
"appearing": "2d6",
"senses": {},
"movement": {
"fly": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Sting",
"description": "<p>[Melee Attack]: 5 (2d4)</p>",
"attackType": "melee",
"damage": "2d4",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>Roughly 1 foot in length, these giant bees are extremely territorial, but otherwise non-aggressive. Speed: 10' (Fly 50')</p>"
},
"reviewed": false
}