60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"accessors": [
|
|
{
|
|
"source": "units",
|
|
"category": "combat",
|
|
"entry_type": "unit",
|
|
"detail_route": "/military/units",
|
|
"summary_field": "description",
|
|
"tag_fields": ["domain", "unit_type", "attack_type"]
|
|
},
|
|
{
|
|
"source": "buildings",
|
|
"category": "civilization",
|
|
"entry_type": "building",
|
|
"detail_route": "/buildings/buildings",
|
|
"summary_field": "description",
|
|
"tag_fields": ["category"]
|
|
},
|
|
{
|
|
"source": "wonders",
|
|
"category": "civilization",
|
|
"entry_type": "wonder",
|
|
"detail_route": "/buildings/wonders",
|
|
"summary_field": "description",
|
|
"tag_fields": ["wonder_type"]
|
|
},
|
|
{
|
|
"source": "improvements",
|
|
"category": "civilization",
|
|
"entry_type": "improvement",
|
|
"detail_route": "/buildings/improvements",
|
|
"summary_field": "description",
|
|
"tag_fields": []
|
|
},
|
|
{
|
|
"source": "deposits",
|
|
"category": "world",
|
|
"entry_type": "deposit",
|
|
"detail_route": "/map/resources",
|
|
"summary_field": "description",
|
|
"tag_fields": ["category"]
|
|
},
|
|
{
|
|
"source": "techs",
|
|
"category": "civilization",
|
|
"entry_type": "tech",
|
|
"detail_route": "/research/tech-tree",
|
|
"summary_field": "description",
|
|
"tag_fields": ["pillar"]
|
|
},
|
|
{
|
|
"source": "wild_creatures",
|
|
"category": "world",
|
|
"entry_type": "creature",
|
|
"detail_route": "/climate/ecosystem/lairs",
|
|
"summary_field": "description",
|
|
"tag_fields": ["biome"]
|
|
}
|
|
]
|
|
}
|