Files
pyfa/eos/effects/freightercargobonusa2.py

9 lines
282 B
Python

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