Eric Guimarães
Chieftain
- Joined
- Apr 2, 2017
- Messages
- 86
Ok guys, I'm a little dumb on this matter ,please,help me...I use the Huge Earth ADDON LUA file(which is in civ 5 convertion model,so I can't add some civ 6 resources,like cliffs and stuff) to play my games in civ 6, and I modify it according to my wishes...
Although I know how to add rivers and etc,I wish to add the TEA resource on the map, which is impossible because the only resources that can be put in the LUA file "resource plot" are the ones that Gedemon listed above like 21 Dyes,23 Silk,40 Furs and etc.
HOWEVER, there is a resource called JADE(number 28) which was not in Civ 5, but his number is included on the list above, and I can put it in the map using it's LUA file...
My question is:if this event is possible to Jade, how can I put a number related to Tea so I can finally add it on the map by LUA files?
Btw,this is the list that I'm talkng about(which is in this thread)
local ResourceCiv5toCiv6 = {}
for i = 0, 41 do ResourceCiv5toCiv6 = -1 end
ResourceCiv5toCiv6[4]= 40 -- ALUMINUM
ResourceCiv5toCiv6[10]= 0 -- BANANAS
ResourceCiv5toCiv6[40]= 16 -- BISON to FURS
ResourceCiv5toCiv6[7]= 1 -- CATTLE
ResourceCiv5toCiv6[34]= 10 -- CITRUS
ResourceCiv5toCiv6[2]= 41 -- COAL
ResourceCiv5toCiv6[41]= 11 -- COCOA
ResourceCiv5toCiv6[30]= 2 -- COPPER
ResourceCiv5toCiv6[25]= 13 -- COTTON
ResourceCiv5toCiv6[32]= 3 -- CRABS
ResourceCiv5toCiv6[9]= 4 -- DEER
ResourceCiv5toCiv6[17]= 14 -- DIAMONDS
ResourceCiv5toCiv6[21]= 15 -- DYES
ResourceCiv5toCiv6[11]= 5 -- FISH
ResourceCiv5toCiv6[20]= 16 -- FURS
ResourceCiv5toCiv6[15]= 44 -- GOLD to NITER
ResourceCiv5toCiv6[1]= 42 -- HORSES
ResourceCiv5toCiv6[27]= 18 -- INCENSE
ResourceCiv5toCiv6[0]= 43 -- IRON
ResourceCiv5toCiv6[19]= 19 -- IVORY
ResourceCiv5toCiv6[28]= 20 -- JADE
ResourceCiv5toCiv6[18]= 21 -- MARBLE
ResourceCiv5toCiv6[3]= 45 -- OIL
ResourceCiv5toCiv6[14]= 23 -- PEARLS
ResourceCiv5toCiv6[31]= 24 -- SALT
ResourceCiv5toCiv6[8]= 7 -- SHEEP
ResourceCiv5toCiv6[23]= 25 -- SILK
ResourceCiv5toCiv6[16]= 26 -- SILVER
ResourceCiv5toCiv6[22]= 27 -- SPICES
ResourceCiv5toCiv6[12]= 8 -- STONE
ResourceCiv5toCiv6[24]= 28 -- SUGAR
ResourceCiv5toCiv6[33]= 31 -- TRUFFLES
ResourceCiv5toCiv6[5]= 46 -- URANIUM
ResourceCiv5toCiv6[13]= 32 -- WHALES
ResourceCiv5toCiv6[6]= 9 -- WHEAT
ResourceCiv5toCiv6[26]= 33 -- WINE
Although I know how to add rivers and etc,I wish to add the TEA resource on the map, which is impossible because the only resources that can be put in the LUA file "resource plot" are the ones that Gedemon listed above like 21 Dyes,23 Silk,40 Furs and etc.
HOWEVER, there is a resource called JADE(number 28) which was not in Civ 5, but his number is included on the list above, and I can put it in the map using it's LUA file...
My question is:if this event is possible to Jade, how can I put a number related to Tea so I can finally add it on the map by LUA files?
Btw,this is the list that I'm talkng about(which is in this thread)
local ResourceCiv5toCiv6 = {}
for i = 0, 41 do ResourceCiv5toCiv6 = -1 end
ResourceCiv5toCiv6[4]= 40 -- ALUMINUM
ResourceCiv5toCiv6[10]= 0 -- BANANAS
ResourceCiv5toCiv6[40]= 16 -- BISON to FURS
ResourceCiv5toCiv6[7]= 1 -- CATTLE
ResourceCiv5toCiv6[34]= 10 -- CITRUS
ResourceCiv5toCiv6[2]= 41 -- COAL
ResourceCiv5toCiv6[41]= 11 -- COCOA
ResourceCiv5toCiv6[30]= 2 -- COPPER
ResourceCiv5toCiv6[25]= 13 -- COTTON
ResourceCiv5toCiv6[32]= 3 -- CRABS
ResourceCiv5toCiv6[9]= 4 -- DEER
ResourceCiv5toCiv6[17]= 14 -- DIAMONDS
ResourceCiv5toCiv6[21]= 15 -- DYES
ResourceCiv5toCiv6[11]= 5 -- FISH
ResourceCiv5toCiv6[20]= 16 -- FURS
ResourceCiv5toCiv6[15]= 44 -- GOLD to NITER
ResourceCiv5toCiv6[1]= 42 -- HORSES
ResourceCiv5toCiv6[27]= 18 -- INCENSE
ResourceCiv5toCiv6[0]= 43 -- IRON
ResourceCiv5toCiv6[19]= 19 -- IVORY
ResourceCiv5toCiv6[28]= 20 -- JADE
ResourceCiv5toCiv6[18]= 21 -- MARBLE
ResourceCiv5toCiv6[3]= 45 -- OIL
ResourceCiv5toCiv6[14]= 23 -- PEARLS
ResourceCiv5toCiv6[31]= 24 -- SALT
ResourceCiv5toCiv6[8]= 7 -- SHEEP
ResourceCiv5toCiv6[23]= 25 -- SILK
ResourceCiv5toCiv6[16]= 26 -- SILVER
ResourceCiv5toCiv6[22]= 27 -- SPICES
ResourceCiv5toCiv6[12]= 8 -- STONE
ResourceCiv5toCiv6[24]= 28 -- SUGAR
ResourceCiv5toCiv6[33]= 31 -- TRUFFLES
ResourceCiv5toCiv6[5]= 46 -- URANIUM
ResourceCiv5toCiv6[13]= 32 -- WHALES
ResourceCiv5toCiv6[6]= 9 -- WHEAT
ResourceCiv5toCiv6[26]= 33 -- WINE