Files
pyfa/eos/effects/freighteragilitybonus2o2.py
2014-12-09 18:49:40 -05:00

9 lines
273 B
Python

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