2017-11-21 22:09:35 +00:00
|
|
|
[
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Grassland",
|
|
|
|
type:"BaseTerrain",
|
|
|
|
food:2,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:1,
|
2017-12-01 13:14:18 +00:00
|
|
|
rgb:"0,255,0"
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Plains",
|
|
|
|
type:"BaseTerrain",
|
|
|
|
food:1,
|
|
|
|
production:1,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:1,
|
2017-12-01 13:14:18 +00:00
|
|
|
rgb:"240,180,135"
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Tundra",
|
|
|
|
type:"BaseTerrain",
|
|
|
|
food:1,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:1,
|
2017-12-01 13:14:18 +00:00
|
|
|
rgb:"130,137,121"
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Desert",
|
|
|
|
type:"BaseTerrain",
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:1,
|
2017-12-01 13:14:18 +00:00
|
|
|
rgb:"237,201,175"
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Lakes",
|
|
|
|
type:"BaseTerrain",
|
|
|
|
food:1,
|
|
|
|
gold:1,
|
|
|
|
rgb:"104,120,201",
|
|
|
|
canHaveOverlay:false
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Hill",
|
|
|
|
type:"BaseTerrain",
|
|
|
|
production:2,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:2,
|
2017-12-01 13:14:18 +00:00
|
|
|
rgb:"116,88,62"
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Forest",
|
|
|
|
type:"TerrainFeature",
|
|
|
|
production:1,
|
|
|
|
food:1,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:2,
|
2017-12-01 13:14:18 +00:00
|
|
|
overrideStats:true,
|
|
|
|
unbuildable:true,
|
2017-12-06 21:13:49 +00:00
|
|
|
occursOn:["Tundra","Plains","Grassland"]
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Jungle",
|
|
|
|
type:"TerrainFeature",
|
|
|
|
food:2,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:2,
|
2017-12-01 13:14:18 +00:00
|
|
|
overrideStats:true,
|
|
|
|
unbuildable:true,
|
2017-12-06 21:13:49 +00:00
|
|
|
occursOn:["Plains","Grassland"]
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Marsh",
|
|
|
|
type:"TerrainFeature",
|
|
|
|
food:-1,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:2,
|
2017-12-01 13:14:18 +00:00
|
|
|
unbuildable:true,
|
2017-12-06 21:13:49 +00:00
|
|
|
occursOn:["Grassland"]
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Oasis",
|
|
|
|
type:"TerrainFeature",
|
|
|
|
food:3,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:1,
|
2017-12-01 13:14:18 +00:00
|
|
|
unbuildable:true,
|
|
|
|
occursOn:["Desert"]
|
2017-11-21 22:09:35 +00:00
|
|
|
},
|
|
|
|
{
|
2017-12-01 13:14:18 +00:00
|
|
|
name:"Flood plains",
|
|
|
|
type:"TerrainFeature",
|
|
|
|
food:2,
|
2017-12-04 14:02:27 +00:00
|
|
|
movementCost:1,
|
2017-12-01 13:14:18 +00:00
|
|
|
occursOn:["Desert"]
|
2017-11-21 22:09:35 +00:00
|
|
|
}
|
|
|
|
]
|