Files
pyfa/eos/effects/industrialcommandshipskilllevelmultiplierics4.py
2016-11-20 16:04:32 -05:00

9 lines
256 B
Python

# industrialCommandShipSkillLevelMultiplierICS4
#
# Used by:
# Skill: Industrial Command Ships
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.ship.multiplyItemAttr("shipBonusICS4", src.getModifiedItemAttr("skillLevel") * lvl)