mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fixes #7519. Reviewed-By: Dunedan Reviewed-On: https://gitea.wildfiregames.com/0ad/0ad/pulls/8014
64 lines
1.2 KiB
XML
64 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<Scenario version="7">
|
|
<Terrain patches="16" texture="aegean_grass_dirt_01" priority="0" height="4096"/>
|
|
<Environment>
|
|
<SkySet>desert</SkySet>
|
|
<SunColor r="0.749020" g="0.749020" b="0.749020"/>
|
|
<SunElevation angle="0.785398"/>
|
|
<SunRotation angle="5.49779"/>
|
|
<AmbientColor r="0.501961" g="0.501961" b="0.501961"/>
|
|
<Water>
|
|
<WaterBody>
|
|
<Type>ocean</Type>
|
|
<Color r="0.3" g="0.35" b="0.7"/>
|
|
<Height>5</Height>
|
|
<Waviness>4.0</Waviness>
|
|
<Murkiness>0.45</Murkiness>
|
|
<Tint r="0.28" g="0.3" b="0.59"/>
|
|
</WaterBody>
|
|
</Water>
|
|
</Environment>
|
|
<Camera>
|
|
<Position x="300" y="300" z="-100"/>
|
|
<Rotation angle="0"/>
|
|
<Declination angle="0.523599"/>
|
|
</Camera>
|
|
<ScriptSettings><![CDATA[
|
|
{
|
|
"Name": "Unnamed map",
|
|
"Description": "Give an interesting description of your map.",
|
|
"PlayerData":
|
|
[
|
|
{
|
|
"Civ": "han"
|
|
},
|
|
{
|
|
"Civ": "cart"
|
|
},
|
|
{
|
|
"Civ": "gaul"
|
|
},
|
|
{
|
|
"Civ": "iber"
|
|
},
|
|
{
|
|
"Civ": "pers"
|
|
},
|
|
{
|
|
"Civ": "ptol"
|
|
},
|
|
{
|
|
"Civ": "rome"
|
|
},
|
|
{
|
|
"Civ": "spart"
|
|
}
|
|
],
|
|
"CircularMap": true,
|
|
"VictoryConditions": [
|
|
"conquest"
|
|
]
|
|
}
|
|
]]></ScriptSettings>
|
|
</Scenario>
|