Files
pyfa/eos/effects/freightersmacapacitybonuso1.py

10 lines
291 B
Python

# freighterSMACapacityBonusO1
#
# Used by:
# Ship: Bowhead
type = "passive"
def handler(fit, ship, context):
# todo: stacking?
fit.ship.boostItemAttr("agility", ship.getModifiedItemAttr("freighterBonusO2"), skill="ORE Freighter",
stackingPenalties = True)