Forged Alliance Forever Forged Alliance Forever Forums 2014-04-10T05:45:25+02:00 /feed.php?f=2&t=7172 2014-04-10T05:45:25+02:00 2014-04-10T05:45:25+02:00 /viewtopic.php?t=7172&p=70926#p70926 <![CDATA[Re: Possible Typo?]]>
Look's like a typo to me.

Good job finding this.

Statistics: Posted by JeeVeS — 10 Apr 2014, 05:45


]]>
2014-04-08T18:18:35+02:00 2014-04-08T18:18:35+02:00 /viewtopic.php?t=7172&p=70805#p70805 <![CDATA[Re: Possible Typo?]]> Statistics: Posted by rockoe10 — 08 Apr 2014, 18:18


]]>
2014-04-08T07:52:38+02:00 2014-04-08T07:52:38+02:00 /viewtopic.php?t=7172&p=70786#p70786 <![CDATA[Re: Possible Typo?]]>
Good find if that's the case.
Well good find regardless, but if it's not affecting the game... :P

Statistics: Posted by errorblankfield — 08 Apr 2014, 07:52


]]>
2014-04-08T02:09:06+02:00 2014-04-08T02:09:06+02:00 /viewtopic.php?t=7172&p=70774#p70774 <![CDATA[Re: Possible Typo?]]> .

*Pats his own back*

Statistics: Posted by rockoe10 — 08 Apr 2014, 02:09


]]>
2014-04-08T00:34:18+02:00 2014-04-08T00:34:18+02:00 /viewtopic.php?t=7172&p=70770#p70770 <![CDATA[Re: Possible Typo?]]>
For those wondering, this defines Adjacency Bonus between T2 PGens and Quantum Gateways.

Statistics: Posted by IceDreamer — 08 Apr 2014, 00:34


]]>
2014-04-07T23:08:21+02:00 2014-04-07T23:08:21+02:00 /viewtopic.php?t=7172&p=70767#p70767 <![CDATA[Possible Typo?]]>
file: AdjacencyBuffs.lua

Code:
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.

Statistics: Posted by rockoe10 — 07 Apr 2014, 23:08


]]>