Files
pyfa/eos/effects/effect5998.py
2019-03-16 14:08:20 -04:00

12 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)