magicciv/public/resources/items/constructor_lens.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

31 lines
996 B
JSON

{
"id": "constructor_lens",
"name": "Constructor Lens",
"description": "An optical device from an ancient construct site. It focuses ambient light into patterns that should not resolve into anything meaningful, yet dwarven scholars who study through it consistently produce more useful findings.",
"category": "tool",
"tier": 9,
"charge_mode": "permanent",
"source": "apex_relic",
"school": null,
"mana": null,
"spell_effect": null,
"archon": null,
"stats": [
{ "key": "science_bonus", "value": 8, "label": "+8 science" },
{ "key": "production_bonus", "value": 4, "label": "+4 production" }
],
"apex_drop": {
"drops_from": "ancient_construct_site",
"drop_chance": 0.05
},
"equip_restriction": {
"min_tier": 5
},
"sprite": "sprites/items/constructor_lens.png",
"encyclopedia": {
"category": "items",
"entry_type": "item",
"detail_route": "/items/relics",
"tags": ["tool", "tier_9", "apex_relic", "ancient_construct"]
}
}