Added first images for resources - not implemented yet!
BIN
android/Images/TileSets/FantasyHex/Tiles/Aluminum.png
Normal file
After Width: | Height: | Size: 587 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Coal.png
Normal file
After Width: | Height: | Size: 586 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Gems.png
Normal file
After Width: | Height: | Size: 765 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Gold.png
Normal file
After Width: | Height: | Size: 588 B |
After Width: | Height: | Size: 985 B |
After Width: | Height: | Size: 995 B |
After Width: | Height: | Size: 992 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Iron.png
Normal file
After Width: | Height: | Size: 611 B |
BIN
android/Images/TileSets/FantasyHex/Tiles/Uranium.png
Normal file
After Width: | Height: | Size: 726 B |
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 286 KiB |
@ -153,6 +153,34 @@
|
||||
unbuildable: true,
|
||||
weight: 10
|
||||
},
|
||||
{
|
||||
name: "Old Faithful",
|
||||
type: "NaturalWonder",
|
||||
science: 2,
|
||||
happiness: 3,
|
||||
occursOn: ["Grassland","Plains","Tundra","Mountain"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 10
|
||||
},
|
||||
{
|
||||
name: "El Dorado",
|
||||
type: "NaturalWonder",
|
||||
culture: 5,
|
||||
occursOn: ["Plains"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 2
|
||||
},
|
||||
{
|
||||
name: "Fountain of Youth",
|
||||
type: "NaturalWonder",
|
||||
happiness: 10,
|
||||
occursOn: ["Plains"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 1
|
||||
}
|
||||
/** Yukky tile images
|
||||
{
|
||||
name: "Krakatoa",
|
||||
@ -183,7 +211,15 @@
|
||||
unbuildable: true,
|
||||
weight: 10
|
||||
},
|
||||
*/
|
||||
{
|
||||
name: "Cerro de Potosi",
|
||||
type: "NaturalWonder",
|
||||
gold: 10,
|
||||
occursOn: ["Plains","Mountain"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 5
|
||||
},
|
||||
{
|
||||
name: "Barringer Crater",
|
||||
type: "NaturalWonder",
|
||||
@ -204,41 +240,5 @@
|
||||
unbuildable: true,
|
||||
weight: 10
|
||||
},
|
||||
{
|
||||
name: "Old Faithful",
|
||||
type: "NaturalWonder",
|
||||
science: 2,
|
||||
happiness: 3,
|
||||
occursOn: ["Grassland","Plains","Tundra","Mountain"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 10
|
||||
},
|
||||
{
|
||||
name: "Cerro de Potosi",
|
||||
type: "NaturalWonder",
|
||||
gold: 10,
|
||||
occursOn: ["Plains","Mountain"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 5
|
||||
},
|
||||
{
|
||||
name: "El Dorado",
|
||||
type: "NaturalWonder",
|
||||
culture: 5,
|
||||
occursOn: ["Plains"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 2
|
||||
},
|
||||
{
|
||||
name: "Fountain of Youth",
|
||||
type: "NaturalWonder",
|
||||
happiness: 10,
|
||||
occursOn: ["Plains"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 1
|
||||
}
|
||||
*/
|
||||
]
|
||||
|