Files
pyfa/eos/effects/shipbonuspicommoditiesholdgi2.py

9 lines
295 B
Python

# shipBonusPICommoditiesHoldGI2
#
# Used by:
# Ship: Epithal
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Industrial").level
fit.ship.boostItemAttr("specialPlanetaryCommoditiesHoldCapacity", ship.getModifiedItemAttr("shipBonusGI2") * level)