22 lines
576 B
JSON
22 lines
576 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|