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

10 lines
310 B
Python

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