mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Use homogeneous name for maps
To follow other maps name syntax (`<name> (<number of players>)`), "players" is removed from the name on the following maps to keep only the number: - Cycladic Archipelago (2p, 3p) - Libyan Oasis - North African Savanna.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
{ "nick": "FeXoR", "name": "Florian Finke" },
|
||||
{ "nick": "Hannibal_Barca", "name": "Clive Juhász S." },
|
||||
{ "nick": "howlingflute" },
|
||||
{ "nick": "Linkid", "name": "François Magimel" },
|
||||
{ "nick": "mmayfield45", "name": "Michael Mayfield" },
|
||||
{ "nick": "niektb", "name": "Niek ten Brinke" },
|
||||
{ "nick": "smiley", "name": "M. L." },
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"naval"
|
||||
],
|
||||
"LockTeams": false,
|
||||
"Name": "Cycladic Archipelago (2 players)",
|
||||
"Name": "Cycladic Archipelago (2)",
|
||||
"PlayerData": [
|
||||
null,
|
||||
{
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
"naval"
|
||||
],
|
||||
"LockTeams": false,
|
||||
"Name": "Cycladic Archipelago (3 players)",
|
||||
"Name": "Cycladic Archipelago (3)",
|
||||
"PlayerData": [
|
||||
"",
|
||||
{
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"Description": "An old favorite. An otherwise wide-open, flat desert map is pierced in the center by a lush oasis.\n\nThis represents the Libyan Desert, part of the Saharan Desert, West of the Nile River in Egypt.",
|
||||
"Keywords": [],
|
||||
"LockTeams": false,
|
||||
"Name": "Libyan Oasis (2 players)",
|
||||
"Name": "Libyan Oasis (2)",
|
||||
"PlayerData": [
|
||||
null,
|
||||
{
|
||||
@@ -11546,4 +11546,4 @@
|
||||
</Entity>
|
||||
</Entities>
|
||||
<Paths/>
|
||||
</Scenario>
|
||||
</Scenario>
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
"demo"
|
||||
],
|
||||
"LockTeams": false,
|
||||
"Name": "North African Savanna (2 players)",
|
||||
"Name": "North African Savanna (2)",
|
||||
"PlayerData": [
|
||||
"",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user