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

5 lines
217 B
Python

type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("ORE Freighter").level
fit.ship.boostItemAttr("shipMaintenanceBayCapacity", ship.getModifiedItemAttr("freighterBonusO1")*level)