file: AdjacencyBuffs.lua
- Code: Select all
BuffBlueprint {
Name = 'T2PowerEnergyBuildBonusSize20',
DisplayName = 'T2PowerEnergyBuildBonus',
BuffType = 'ENERGYBUILDBONUS',
Stacks = 'ALWAYS',
Duration = -1,
EntityCategory = 'STRUCTURE SIZE20',
BuffCheckFunction = AdjBuffFuncs.EnergyBuildBuffCheck,
OnBuffAffect = AdjBuffFuncs.EnergyBuildBuffAffect,
OnBuffRemove = AdjBuffFuncs.EnergyBuildBuffRemove,
Affects = {
EnergyActive = {
Add = -0.0125,
Mult = 1.0,
},
},
}
I think that the -0.0125 is suppose to be -0.125. If you look at all the numbers before it and after it, they all are the same BUT this one.