Files
pyfa/eos/effects/freightersmacapacitybonuso1.py
2014-12-02 02:28:54 -05:00

6 lines
251 B
Python

type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("ORE Freighter").level
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("freighterBonusO2")*level,
stackingPenalties = True)