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
921 B
JSON
45 lines
921 B
JSON
{
|
|
"_id": "vgbdBstcattle000",
|
|
"_key": "!actors!vgbdBstcattle000",
|
|
"name": "Cattle",
|
|
"type": "npc",
|
|
"img": "icons/creatures/mammals/ox-buffalo-brown.webp",
|
|
"system": {
|
|
"hd": 4,
|
|
"hp": {
|
|
"value": 18,
|
|
"max": 18
|
|
},
|
|
"tl": 1.4,
|
|
"armor": 1,
|
|
"morale": 2,
|
|
"zone": "frontline",
|
|
"size": "large",
|
|
"beingType": "beast",
|
|
"speed": {
|
|
"value": 25
|
|
},
|
|
"appearing": "d6",
|
|
"senses": {},
|
|
"movement": {},
|
|
"immunities": [],
|
|
"weaknesses": [],
|
|
"resistances": [],
|
|
"actions": [
|
|
{
|
|
"name": "Horn",
|
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
|
"attackType": "melee",
|
|
"damage": "1d4",
|
|
"damageType": "pierce",
|
|
"range": "",
|
|
"properties": []
|
|
}
|
|
],
|
|
"abilities": [],
|
|
"loot": "",
|
|
"gmNotes": "<p>Cows, bison, aurochs, and other large bovine.</p>"
|
|
},
|
|
"reviewed": false
|
|
}
|