Files
OpenFrontIO/resources/maps/titan/manifest.json
T
RickD004 7405339ea7 Add Titan map with random spawn nations - along new Cosmic map category (#4183)
Resolves #4182

## Description:

Adds "Titan" (real moon of Saturn with methane seas) map . Uses new
random spawn nation feature by FloPinguin.
https://github.com/openfrontio/OpenFrontIO/pull/4156

Also adds new Cosmic map category. The "Other" map category has become a
wastebasket of unrelated maps, and with increasing number of maps, i
think its a good addition to have better categories for these maps.

I figured these 2 changes should go together since im adding a cosmic
map, and a cosmic category.

proof of nations spawning randomly and how the cosmic category looks in
the menu:


https://github.com/user-attachments/assets/b84bd3ef-6b8f-46fe-a6ea-ea5e79c6dc00

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory

## Please put your Discord username so you can be contacted if a bug or
regression is found:

tri.star1011

---------

Co-authored-by: Evan <evanpelle@gmail.com>
2026-06-11 10:55:46 -07:00

133 lines
1.9 KiB
JSON

{
"map": {
"height": 2160,
"num_land_tiles": 1627144,
"width": 1232
},
"map16x": {
"height": 540,
"num_land_tiles": 96655,
"width": 308
},
"map4x": {
"height": 1080,
"num_land_tiles": 398688,
"width": 616
},
"name": "Titan",
"nations": [
{
"flag": "Purple Flag",
"name": "Stone-Keeping Purple Aliens"
},
{
"flag": "eu",
"name": "European Space Agency"
},
{
"flag": "gb",
"name": "UKSA"
},
{
"flag": "cn",
"name": "CNSA"
},
{
"flag": "us",
"name": "NASA"
},
{
"flag": "ru",
"name": "Roscosmos"
},
{
"flag": "jp",
"name": "JAXA"
},
{
"flag": "ae",
"name": "UAESA"
},
{
"flag": "kp",
"name": "NATA"
},
{
"flag": "ar",
"name": "CONAE"
},
{
"flag": "au",
"name": "ASA"
},
{
"flag": "br",
"name": "UEB"
},
{
"flag": "ca",
"name": "CSA"
},
{
"flag": "fr",
"name": "CNES"
},
{
"flag": "in",
"name": "ISRO"
},
{
"flag": "ir",
"name": "Iranian Space Agency"
},
{
"flag": "il",
"name": "Israel Space Agency"
},
{
"flag": "it",
"name": "ASI"
},
{
"flag": "kr",
"name": "KARI"
},
{
"flag": "mx",
"name": "MSA"
},
{
"flag": "nz",
"name": "NZSA"
},
{
"flag": "pk",
"name": "SUPARCO"
},
{
"flag": "pl",
"name": "POLSA"
},
{
"flag": "se",
"name": "SNSA"
},
{
"flag": "ua",
"name": "SSAU"
},
{
"flag": "lu",
"name": "LuxSpace"
},
{
"flag": "tr",
"name": "TUA"
},
{
"flag": "un",
"name": "UNOOSA"
}
]
}