magicciv/public/resources/items/golem_core.json
Natalie 4251026770 feat(@projects/@magic-civilization): update mystery item objective status
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 00:49:43 -07:00

32 lines
988 B
JSON

{
"id": "golem_core",
"name": "Golem Core",
"description": "The metal heart of a dead builder. It pulses with no energy source a dwarven engineer can identify. The bearer reports feeling heavier, slower, and nearly impossible to kill.",
"category": "armor",
"tier": 8,
"charge_mode": "permanent",
"source": "apex_relic",
"school": null,
"mana": null,
"spell_effect": null,
"archon": null,
"stats": [
{ "key": "hp_bonus", "value": 15, "label": "+15 HP" },
{ "key": "armor_bonus", "value": 4, "label": "+4 defense" },
{ "key": "production_bonus", "value": 5, "label": "+5 production" }
],
"apex_drop": {
"drops_from": "ancient_construct_site",
"drop_chance": 0.05
},
"equip_restriction": {
"min_tier": 5
},
"sprite": "sprites/items/golem_core.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/relics",
"tags": ["armor", "tier_8", "apex_relic", "ancient_construct"]
}
}