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

7 lines
254 B
Python

# Used by:
# Variations of ship: Charon (2 of 2)
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Freighter").level
fit.ship.boostItemAttr("capacity", ship.getModifiedItemAttr("freighterBonusC2") * level)