forked from mirrors/0ad
Updated Macedonians sandbox demo map.
Fixed Carthaginians special tech "Colonization." Fixed Carthage json file. This was SVN commit r13797.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<terrain>
|
||||
<textures>
|
||||
<texture name="baseTex" file="types/temp_grass_1.png"/>
|
||||
<texture name="normTex" file="types/temp_grass_1_norm.png"/>
|
||||
<texture name="specTex" file="types/temp_grass_1_spec.png"/>
|
||||
</textures>
|
||||
<material>terrain_norm_spec.xml</material>
|
||||
</terrain>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<terrain>
|
||||
<textures>
|
||||
<texture name="baseTex" file="types/temp_grass_2.png"/>
|
||||
<texture name="normTex" file="types/temp_grass_1_norm.png"/>
|
||||
<texture name="specTex" file="types/temp_grass_1_spec.png"/>
|
||||
</textures>
|
||||
<material>terrain_norm_spec.xml</material>
|
||||
</terrain>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<terrain>
|
||||
<textures>
|
||||
<texture name="baseTex" file="types/temp_grass_3.png"/>
|
||||
<texture name="normTex" file="types/temp_grass_1_norm.png"/>
|
||||
<texture name="specTex" file="types/temp_grass_1_spec.png"/>
|
||||
</textures>
|
||||
<material>terrain_norm_spec.xml</material>
|
||||
</terrain>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<terrain>
|
||||
<textures>
|
||||
<texture name="baseTex" file="types/temp_grass_4.png"/>
|
||||
<texture name="normTex" file="types/temp_grass_1_norm.png"/>
|
||||
<texture name="specTex" file="types/temp_grass_1_spec.png"/>
|
||||
</textures>
|
||||
<material>terrain_norm_spec.xml</material>
|
||||
</terrain>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -18,12 +18,12 @@
|
||||
{
|
||||
"Name": "Exploration",
|
||||
"History": "Nobody knew better than the Carthaginians where in the ancient world they were going and going to go; their merchant traders had missions to everywhere.",
|
||||
"Description": "All units +2 vision range."
|
||||
"Description": "All Traders and Ships +25% vision range."
|
||||
},
|
||||
{
|
||||
"Name": "Colonisation",
|
||||
"History": "Carthaginians established many trading centres as colonies and ultimately held dominion over 300 cities and towns in North Africa alone.",
|
||||
"Description": "Build time reduced -33% for all structures."
|
||||
"Description": "Civilization Centers, Temples, and Houses -25% build time."
|
||||
}
|
||||
],
|
||||
"Heroes":
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1
-1
@@ -7,6 +7,6 @@
|
||||
"icon": "political_face.png",
|
||||
"researchTime": 60,
|
||||
"tooltip": "Carthaginians were colonizers. Civilization Centers, Temples, and Houses -25% build time.",
|
||||
"modifications": [{"value": "Cost/BuildTime", "multiplier": 0.25}],
|
||||
"modifications": [{"value": "Cost/BuildTime", "multiplier": 0.75}],
|
||||
"affects": ["Civic"]
|
||||
}
|
||||
Reference in New Issue
Block a user