vagabond-rpg-foundryvtt/packs/_source/bestiary/pteranodon.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
985 B
JSON

{
"_id": "vgbdBstpteranodo",
"_key": "!actors!vgbdBstpteranodo",
"name": "Pteranodon",
"type": "npc",
"img": "icons/creatures/reptiles/pterodactyl-flying-green.webp",
"system": {
"hd": 1,
"hp": {
"value": 4,
"max": 4
},
"tl": 1.2,
"armor": 1,
"morale": 5,
"zone": "midline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 10
},
"appearing": "d12",
"senses": {},
"movement": {
"fly": true
},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Beak",
"description": "<p>[Melee Attack]: 3 (d6)</p>",
"attackType": "melee",
"damage": "1d6",
"damageType": "pierce",
"range": "",
"properties": []
}
],
"abilities": [],
"loot": "",
"gmNotes": "<p>Flying dinosaurs that resemble birds with fanged maws. Speed: 10' (Fly 60')</p>"
},
"reviewed": false
}