mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-31 07:09:26 +07:00
Grand Mesa artwork by The Bucketeer means it's now in the game!
This commit is contained in:
@ -180,7 +180,17 @@
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 1
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Grand Mesa",
|
||||
type: "NaturalWonder",
|
||||
production: 2,
|
||||
gold: 3,
|
||||
occursOn: ["Plains","Desert","Tundra"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 10
|
||||
},
|
||||
/** Yukky tile images
|
||||
{
|
||||
name: "Krakatoa",
|
||||
@ -230,15 +240,5 @@
|
||||
unbuildable: true,
|
||||
weight: 10
|
||||
},
|
||||
{
|
||||
name: "Grand Mesa",
|
||||
type: "NaturalWonder",
|
||||
production: 2,
|
||||
gold: 3,
|
||||
occursOn: ["Plains","Desert","Tundra"],
|
||||
impassable: true,
|
||||
unbuildable: true,
|
||||
weight: 10
|
||||
},
|
||||
*/
|
||||
]
|
||||
|
Reference in New Issue
Block a user