Files
pyfa/eos/effects/shipbonuscargomi.py
2014-07-30 21:23:27 -04:00

8 lines
289 B
Python

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