mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 23:33:59 -07:00
Remove Unicode ellipsis from map files
Summary: I have replaced Unicode ellipsis characters in files of the maps/ folder of the public mod by ASCII characters (periods and commas). Test Plan: I have successfully generated a random map on Atlas from the Unknown map template on x86_64 Linux. Reviewed By: elexis Differential Revision: https://code.wildfiregames.com/D1210 This was SVN commit r20809.
This commit is contained in:
parent
531f548b4a
commit
435081f916
5 changed files with 6 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"settings" : {
|
||||
"Name" : "Extinct Volcano",
|
||||
"Script" : "extinct_volcano.js",
|
||||
"Description" : "[color=\"red\"]IMPORTANT NOTE: AI PLAYERS DO NOT WORK WITH THIS MAP[/color]\n\nA once fertile valley… desolated by the eruption of the long-dormant volcano in the heart of the region. Following years of empty, scorched deadness, signs of life started reappearing and spreading. Now the land is half-way to the full lushness of its former era. Alas, it is not to be: following a long stretch of drought, interminable rains have set in in the higher regions to the north. Water levels are rising at drastic levels, slowly forcing players to seek the high ground of the lesser, extinct volcanoes or the now again dormant great cone.",
|
||||
"Description" : "[color=\"red\"]IMPORTANT NOTE: AI PLAYERS DO NOT WORK WITH THIS MAP[/color]\n\nA once fertile valley, desolated by the eruption of the long-dormant volcano in the heart of the region. Following years of empty, scorched deadness, signs of life started reappearing and spreading. Now the land is half-way to the full lushness of its former era. Alas, it is not to be: following a long stretch of drought, interminable rains have set in in the higher regions to the north. Water levels are rising at drastic levels, slowly forcing players to seek the high ground of the lesser, extinct volcanoes or the now again dormant great cone.",
|
||||
"DisabledTemplates": [
|
||||
"structures/ptol_lighthouse"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"settings" : {
|
||||
"Name" : "Unknown",
|
||||
"Script" : "unknown.js",
|
||||
"Description" : "The unknown… Warning: May be a naval map.",
|
||||
"Description" : "The unknown. Warning: May be a naval map.",
|
||||
"BaseTerrain" : ["medit_sand_wet"],
|
||||
"BaseHeight" : -5,
|
||||
"Preview" : "unknown.png",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"settings" : {
|
||||
"Name" : "Unknown Land",
|
||||
"Script" : "unknown_land.js",
|
||||
"Description" : "The unknown…",
|
||||
"Description" : "The unknown.",
|
||||
"BaseTerrain" : ["medit_sand_wet"],
|
||||
"BaseHeight" : -5,
|
||||
"Preview" : "unknown.png",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"settings" : {
|
||||
"Name" : "Unknown Nomad",
|
||||
"Script" : "unknown_nomad.js",
|
||||
"Description" : "The unknown… Players start with only some citizen soldiers and female citizens. [color=\"red\"]Warning: The starting resources should be set at least at Medium.[/color]",
|
||||
"Description" : "The unknown. Players start with only some citizen soldiers and female citizens. [color=\"red\"]Warning: The starting resources should be set at least at Medium.[/color]",
|
||||
"BaseTerrain" : ["medit_sand_wet"],
|
||||
"BaseHeight" : -5,
|
||||
"Preview" : "unknown.png",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec366b4b058b7bc2c3881da88ce106f87b7e39d15400b73669b95e1ffce785b4
|
||||
size 172945
|
||||
oid sha256:f9c1fa76545bcd55022fb677fc8a8ebc16aad013b2d952cf328e6b6eb9d03cf5
|
||||
size 172943
|
||||
|
|
|
|||
Loading…
Reference in a new issue