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>
45 lines
859 B
JSON
45 lines
859 B
JSON
{
|
|
"_id": "vgbdBstcommoner0",
|
|
"_key": "!actors!vgbdBstcommoner0",
|
|
"name": "Commoner",
|
|
"type": "npc",
|
|
"img": "icons/svg/mystery-man.svg",
|
|
"system": {
|
|
"hd": 1,
|
|
"hp": {
|
|
"value": 4,
|
|
"max": 4
|
|
},
|
|
"tl": 0.3,
|
|
"armor": 0,
|
|
"morale": 7,
|
|
"zone": "backline",
|
|
"size": "medium",
|
|
"beingType": "humanlike",
|
|
"speed": {
|
|
"value": 30
|
|
},
|
|
"appearing": "",
|
|
"senses": {},
|
|
"movement": {},
|
|
"immunities": [],
|
|
"weaknesses": [],
|
|
"resistances": [],
|
|
"actions": [
|
|
{
|
|
"name": "Rock",
|
|
"description": "<p>[Melee Attack, Thrown]: 1</p>",
|
|
"attackType": "melee",
|
|
"damage": "1",
|
|
"damageType": "blunt",
|
|
"range": "",
|
|
"properties": ["thrown"]
|
|
}
|
|
],
|
|
"abilities": [],
|
|
"loot": "",
|
|
"gmNotes": ""
|
|
},
|
|
"reviewed": false
|
|
}
|