vagabond-rpg-foundryvtt/packs/_source/bestiary/centipede-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
953 B
JSON

{
"_id": "vgbdBstcentipede",
"_key": "!actors!vgbdBstcentipede",
"name": "Centipede, Giant",
"type": "npc",
"img": "icons/creatures/invertebrates/centipede-brown-red.webp",
"system": {
"hd": 2,
"hp": {
"value": 2,
"max": 2
},
"tl": 0.1,
"armor": 0,
"morale": 7,
"zone": "frontline",
"size": "small",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "2d4",
"senses": {},
"movement": {
"climb": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "<p>[Melee Attack]: Pass [Endure] or become Sickened (Cd4, Paralyzed)</p>",
"attackType": "melee",
"damage": "0",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}