Files
pyfa/eos/effects/shipbonuscargomi.py
2013-08-23 01:27:52 +04:00

8 lines
291 B
Python
Executable File

# Used by:
# Variations of ship: 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)