I have set up 1 grassland tile to be a planet. When I put it down in the map, one of two grasslands popup (two of the three in the terrain1.gif file). It seems random which one goes on.
In the rules.txt file, i noticed 3 grasslands under terrain, i modified all of them to be the same. The extract from the file is at the bottom of the post.
When i go into a game however, the two different grasslands produce different resources (as seen in the attached image). If you look at the planet being used on the left, it produces shields, while the planet where the citty is, produces no shields, neither does the planet to the right of the city.
-----------
---------------------------------------
In the rules.txt file, i noticed 3 grasslands under terrain, i modified all of them to be the same. The extract from the file is at the bottom of the post.
When i go into a game however, the two different grasslands produce different resources (as seen in the attached image). If you look at the planet being used on the left, it produces shields, while the planet where the citty is, produces no shields, neither does the planet to the right of the city.
-----------
Code:
@TERRAIN
Desert, 1,2, 5,40,40, no, 0, 0, 0, no, 0,0, 0, no, ; Drt
Plains, 1,2, 7,30,30, no, 0, 0, 0, no, 0,0, 0, no, ; Pln
Grassland, 1,2, 10,20,20, no, 0, 0, 0, no, 0,0, 0, no, ; Grs
Forest, 1,2, 10,10,20, no, 0, 0, 0, no, 0,0, 0, no, ; For
Hills, 1,2, 10,10,20, no, 0, 0, 0, no, 0,0, 0, no, ; Hil
Mountains, 1,2, 10,10,20, no, 0, 0, 0, no, 0,0, 0, no, ; Mou
Tundra, 1,2, 1,0,0, yes, 1,10, 1, no, 0, 0, 0, Drt, ; Tun
Glacier, 1,2, 0,0,0, no, 0, 0, 0, yes, 1,15, 3, Tun, ; Gla
Swamp, 1,3, 1,0,0, Grs, 0,15, 6, For, 0,15, 0, Pln, ; Swa
Jungle, 1,3, 1,0,0, Grs, 0,15, 6, For, 0,15, 0, Pln, ; Jun
Ocean, 1,2, 0,0,2, no, 0, 0, 0, no, 0, 0, 0, no, ; Oce
Oasis, 1,2, 10,40,40, no, 2, 1, 1, no, 2,1, 0, no, ; Drt
Buffalo, 1,2, 1,3,0,
Grassland, 1,2, 10,20,20, no, 0, 0, 0, no, 0,0, 0, no,
Pheasant, 1,3, 3,2,0,
Coal, 1,4, 1,2,0,
Gold, 1,6, 0,1,6,
Game, 1,2, 3,1,0,
Ivory, 1,2, 1,1,4,
Peat, 1,3, 1,4,0,
Gems, 1,3, 1,0,4,
Fish, 1,2, 0,1,2,
Oil, 1,2, 0,4,0,
Wheat, 1,2, 3,1,0,
Grassland, 1,2, 10,20,20, no, 0, 0, 0, no, 0,0, 0, no,
Silk, 1,3, 1,2,3,
Wine, 1,4, 1,0,4,
Iron, 1,6, 0,4,0,
Furs, 1,2, 2,0,3,
Oil, 1,2, 0,4,0,
Spice, 1,3, 3,0,4,
Fruit, 1,3, 4,0,1,
Whales, 1,2, 0,0,3,
---------------------------------------