mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 17:36:38 +00:00
8b6dfeaf4a
## Description: Map requested by creator on [dev discord](https://discord.com/channels/1359946986937258015/1458638914012315741/1458638914012315741) and playtested by 42 players on [Rex's stream](https://www.youtube.com/watch?v=r9w9nr5Toso), adds map Sierpinski, which is a sierpinski carpet shape. The map is a "party map" great for private matches, but is not part of the public map rotation. <img width="1400" height="1400" alt="image" src="https://github.com/user-attachments/assets/8eead359-73d5-497f-8fee-40f413a22d0e" /> https://github.com/user-attachments/assets/3a726343-18e4-4f91-9f5c-1fff459d5a5f ## 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 - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: bijx --------- Co-authored-by: iamlewis <lewismmmm@gmail.com>
51 lines
845 B
JSON
51 lines
845 B
JSON
{
|
|
"name": "Sierpinski",
|
|
"nations": [
|
|
{
|
|
"coordinates": [216, 701],
|
|
"name": "West",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [226, 240],
|
|
"name": "North West",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [679, 238],
|
|
"name": "North",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [1160, 229],
|
|
"name": "North East",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [1163, 711],
|
|
"name": "East",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [1146, 1162],
|
|
"name": "South East",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [684, 1175],
|
|
"name": "South",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [228, 1183],
|
|
"name": "South West",
|
|
"flag": ""
|
|
},
|
|
{
|
|
"coordinates": [700, 694],
|
|
"name": "Center",
|
|
"flag": ""
|
|
}
|
|
]
|
|
}
|