vagabond-rpg-foundryvtt/packs/_source/bestiary/tyrannosaurus-rex.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": "vgbdBsttyrannosa",
"_key": "!actors!vgbdBsttyrannosa",
"name": "Tyrannosaurus Rex",
"type": "npc",
"img": "icons/creatures/reptiles/dinosaur-horned-green.webp",
"system": {
"hd": 20,
"hp": {
"value": 90,
"max": 90
},
"tl": 6.8,
"armor": 2,
"morale": 11,
"zone": "frontline",
"size": "huge",
"beingType": "beast",
"speed": {
"value": 50
},
"appearing": "1",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Bite",
"description": "<p>[Melee Attack]: 21 (6d6) and Restrained</p>",
"attackType": "melee",
"damage": "6d6",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>The tyrant lizard that dominates regions that have been \"lost to time.\" Its massive jaws are nearly unstoppable by man.</p>"
},
"reviewed": false
}