Not all Natural Wonders look good enough to enter the game as-of-now.

This commit is contained in:
Yair Morgenstern
2019-12-17 14:23:17 +02:00
parent aa02a2d321
commit 0de84e60a9
15 changed files with 93 additions and 88 deletions

View File

@ -139,8 +139,51 @@
defenceBonus: -0.1,
occursOn:["Desert"]
},
// Natural Wonders
{
name: "Great Barrier Reef",
type: "NaturalWonder",
food: 2,
production: 1,
gold: 1,
science: 2,
occursOn: ["Coast"],
impassable: true,
unbuildable: true,
weight: 10
},
/** Yukky tile images
{
name: "Krakatoa",
type: "NaturalWonder",
science: 5,
occursOn: ["Ocean"],
impassable: true,
unbuildable: true,
weight: 10
},
{
name: "Mount Fuji",
type: "NaturalWonder",
gold: 1,
culture: 5,
occursOn: ["Grassland","Plains"],
impassable: true,
unbuildable: true,
weight: 10
},
{
name: "Rock of Gibraltar",
type: "NaturalWonder",
food: 2,
gold: 5,
occursOn: ["Grassland"],
impassable: true,
unbuildable: true,
weight: 10
},
*/
{
name: "Barringer Crater",
type: "NaturalWonder",
@ -161,37 +204,6 @@
unbuildable: true,
weight: 10
},
{
name: "Great Barrier Reef",
type: "NaturalWonder",
food: 2,
production: 1,
gold: 1,
science: 2,
occursOn: ["Coast"],
impassable: true,
unbuildable: true,
weight: 10
},
{
name: "Krakatoa",
type: "NaturalWonder",
science: 5,
occursOn: ["Ocean"],
impassable: true,
unbuildable: true,
weight: 10
},
{
name: "Mount Fuji",
type: "NaturalWonder",
gold: 1,
culture: 5,
occursOn: ["Grassland","Plains"],
impassable: true,
unbuildable: true,
weight: 10
},
{
name: "Old Faithful",
type: "NaturalWonder",
@ -202,16 +214,6 @@
unbuildable: true,
weight: 10
},
{
name: "Rock of Gibraltar",
type: "NaturalWonder",
food: 2,
gold: 5,
occursOn: ["Grassland"],
impassable: true,
unbuildable: true,
weight: 10
},
{
name: "Cerro de Potosi",
type: "NaturalWonder",