Files
pyfa/eos/effects/shipbonuscargomi.py

10 lines
289 B
Python

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