<iYields> does this tag have more than 3? Food, Hammer, Gold? I thought that sometimes it has up to 5; Food, hammer, Gold, research, and Espionage in this order. True or false?
I know iCommerceYields has more than 3 that can be used, I think.
JosEPh
iYield has 3:



iCommerce has 4:




So when you see 1 ; 0 ; 0 in a YieldChanges / iYield column in this table, it will appear in the xml as:
Code:
<YieldChanges>
<iYield>1</iYield>
<iYield>0</iYield>
<iYield>0</iYield>
</YieldChanges>
and it will add +1 to

If you want to change it to +1%

Code:
<YieldModifiers>
<iYield>1</iYield>
<iYield>0</iYield>
<iYield>0</iYield>
</YieldModifiers>
For example the red arrow changes -1


