-
-
Notifications
You must be signed in to change notification settings - Fork 7
2.5 Minor Datas
TerrainData specifies type and idx of a terrain.
Specifies enum value of the terrain, used as a key:
Specifies int enum value of the terrain.
ResourceData contains multiple important parameters concerning units stats and values.
Specifies enum value of the resource, used as a key:
Specifies int enum value of the resource.
Specifies resource terrain requirements to spawn on the tile.
TaskData contains information about task type, task idx and improvement unlocked by completing a certain task.
Specifies enum value of the task, used as a key:
Specifies int enum value of the task.
Specifies improvement unlocked by completing the task.
DiplomacyData contains seven parameters which concern diplomacy logic, and is the same for all tribes. Stored as json dictionary, with parameters names in strings as dictionary keys and values in float as dictionary values.
"diplomacyData":{
"embassyCost":5,
"embassyIncome":2,
"embasyGrowthTime":3,
"embassyMaxLevel":3,
"embassyTechPriceMultiplier":0.5,
"embassyUpgradeCost":20,
"dividendIncome":2
}
Defines how much stars it costs to build an embassy:
"embassyCost":5,
Defines embassy income for both tribes per embassy without a peace deal:
"embassyIncome":2,
Was scrapped during diplomacy development, unused.
"embasyGrowthTime":3,
Was scrapped during diplomacy development, unused.
"embassyMaxLevel":3,
Was scrapped during diplomacy development, unused.
"embassyTechPriceMultiplier":0.5,
Was scrapped during diplomacy development, unused.
"embassyUpgradeCost":20,
Was scrapped during diplomacy development, unused.
"dividendIncome":2
SkinData contains information about color and city syllables for a skin. Lets take forgotten aquarion skin as example:
"skinData": {
"swamp" : {
"color" : 6786096,
"language": "bub,ly,sq,ee,to,ad,bo,swa,bu,oa,squ,am,goo,pho,am,oct"
}
}
Specifies type of the skin affected, used as key:
"swamp" : {
Specifies skin's unique color.
"color" : 6786096,
Specifies skin's unique city syllables.
"language": "bub,ly,sq,ee,to,ad,bo,swa,bu,oa,squ,am,goo,pho,am,oct"