Added first images for resources - not implemented yet!

This commit is contained in:
Yair Morgenstern
2019-12-17 14:25:28 +02:00
parent 95b3397c48
commit 486dba97df
12 changed files with 360 additions and 339 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 992 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 726 B

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 286 KiB

View File

@ -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
}
*/
]