Files
pyfa/eos/effects/shipbonuscargomi.py

10 lines
310 B
Python

# shipBonusCargoMI
#
# Used by:
# Ships named like: Mammoth (2 of 2)
# Variations of ship: Wreathe (2 of 2)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Industrial").level
fit.ship.boostItemAttr("capacity", ship.getModifiedItemAttr("shipBonusMI") * level)