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

9 lines
256 B
Python

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