vagabond-rpg-foundryvtt/packs/_source/bestiary/crab-giant.json
Cal Corum 55a3b6ca52 Fix bestiary stat errors found during PDF audit
Corrected swapped stats between creature entries:
- Beetle Bombardier/Tiger: HD, HP, Armor, Morale were swapped
- Boar/Boar Giant: speeds were swapped (40↔50)
- Cattle/Crab Giant: speeds were swapped (20↔25)
- Beetle Giant Fire: speed corrected to 40

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 12:59:49 -06:00

63 lines
1.3 KiB
JSON

{
"_id": "vgbdBstcrabGiant",
"_key": "!items!vgbdBstcrabGiant",
"name": "Crab, Giant",
"type": "npc",
"img": "icons/creatures/fish/crab-lobster-red.webp",
"system": {
"hd": 3,
"hp": {
"value": 13,
"max": 13
},
"tl": 4.2,
"armor": 3,
"morale": 12,
"zone": "frontline",
"size": "medium",
"beingType": "beast",
"speed": {
"value": 20
},
"appearing": "2d6",
"senses": {},
"movement": {},
"immunities": [],
"weaknesses": [],
"resistances": [],
"actions": [
{
"name": "Multi-Attack",
"description": "<p>2x Pincer</p>",
"attackType": "melee",
"damage": "",
"damageType": "",
"range": "",
"properties": []
},
{
"name": "Pincer",
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
"attackType": "melee",
"damage": "2d6",
"damageType": "blunt",
"range": "",
"properties": []
}
],
"abilities": [
{
"name": "Amphibious",
"description": "<p>It can breathe air and water.</p>"
},
{
"name": "On-Sight",
"description": "<p>Is Berserk, considers all Beings Enemies.</p>"
}
],
"loot": "",
"gmNotes": ""
},
"reviewed": false
}