9 lines
256 B
Python
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)
|