Thank you so i gather 1.1 = 100% energy storage + its producing extra.
another queston
Code:
{ EBC, 'GreaterThanEconIncome', { 3, 10}}
1:Does this mean just {+3 mass, +10 energy}?
Code:
{ EBC, 'GreaterThanEconEfficiency', { 0.75, 0.75}},
2:Also does this mean if the AI is producing 75% + mass and Energy
for this condition to met?
So.
Code:
{ EBC, 'GreaterThanEconIncome', { 5, 15}},
{ EBC, 'GreaterThanEconStorageRatio', { 0.2, 0.2}},
{ EBC, 'GreaterThanEconEfficiency', { 0.75, 0.75}},
the condition is
Code:
IF {mass is >=5, Energy is >=15}
And {mass storage >=20%, Energy Storage >=20%}
And {Mass production >=75%, Energy Production >=75%}
=True
Then
BuildStructures = { 'T1 mex', 'T1 Power'}
For example
That potentionaly works right?