magicciv/public/resources/deposits/ruby.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": "ruby",
"category": "luxury",
"name": "Ruby",
"tier": 8,
"terrains": [
"mountains",
"volcano"
],
"food_bonus": 0,
"production_bonus": 1,
"trade_bonus": 6,
"culture_bonus": 0,
"sprite": "sprites/resources/ruby.png",
"description": "Red variety of corundum, colored by chromium substitution. Second hardest natural mineral. Forms in metamorphic marble and basaltic rock under extreme heat and pressure.",
"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": 6,
"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."
}
]
}