magicciv/public/resources/deposits/opal.json
Natalie 3985e07778 feat(@projects): update resource deposits and objectives
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-02 18:53:13 -04:00

61 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "opal",
"category": "luxury",
"name": "Opal",
"tier": 6,
"terrains": [
"desert",
"grassland"
],
"food_bonus": 0,
"production_bonus": 0,
"trade_bonus": 4,
"culture_bonus": 2,
"sprite": "sprites/resources/opal.png",
"description": "Hydrated amorphous silica displaying internal color play from diffraction through its microscopic sphere lattice. Forms in sedimentary environments where silica-laden water fills voids in rock.",
"encyclopedia": {
"category": "world",
"entry_type": "deposit",
"detail_route": "/map/resources",
"tags": []
},
"quality_scale": {
"1": {
"multiplier": 0.5,
"label": "Marginal",
"_rationale": "Barely extraction-viable. Improvement ROI is negative before T30. Acts as a map-gen placeholder rather than a meaningful economic node."
},
"2": {
"multiplier": 0.75,
"label": "Poor",
"_rationale": "Workable but thin. A city will accept it but won't prioritize the tile. Equivalent to a Civ5 base terrain bonus."
},
"3": {
"multiplier": 1.0,
"label": "Standard",
"_rationale": "Median quality — all listed yield values (food_bonus, production_bonus, etc.) are calibrated against this level. Map-gen median target."
},
"4": {
"multiplier": 1.25,
"label": "Rich",
"_rationale": "Notable enough that players reroute borders and prioritize improvement. Civ5 equivalent: a tile the AI will actively settle for."
},
"5": {
"multiplier": 1.5,
"label": "Exceptional",
"_rationale": "Rarest ~5% of spawns. Justifies war and diplomatic pressure. Civ5 analogue: natural wonderadjacent luxury tile."
}
},
"happiness_per_unique_copy": 5,
"concept_resource": "gems",
"visibility": "tech_gated",
"yield_gate": "mining",
"improvement_gate": "mining",
"indicator_decorations": [
{
"decoration_id": "quartz_outcrop_glint",
"name": "Quartz outcrop glint",
"description": "Sparkling mineral pockets in mountain cleft rock. Mining skills are needed to extract the gem-bearing strata below."
}
]
}