Bonus and Building question

apotheoser

Prince
Joined
Apr 15, 2006
Messages
336
If a BONUS_WHATEVER is

Code:
<bModifierPerBonus>1</bModifierPerBonus>

(the bonus's effects are cumulative (ex: so a bonus with +1 happiness would give +1 for each amount of the bonus the city has access to instead of just +1 if it has it or not))

and a Building is

Code:
            <BonusYieldModifiers>
                <BonusYieldModifier>
                    <BonusType>BONUS_WHATEVER</BonusType>
                    <YieldModifiers>
                        <iYield>0</iYield>
                        <iYield>5</iYield>
                        <iYield>0</iYield>
                    </YieldModifiers>
                </BonusYieldModifier>
            </BonusYieldModifiers>

then will that Building produce +5% :hammers: per BONUS_WHATEVER? Or does <bModifierPerBonus> only work for :) and :health:?
 
Actually, scratch that. Turns out the answer is YES. Not sure how I missed that the first time.
 
Top Bottom