Files
pyfa/eos/effects/shipmaxlockedtargetsbonusaddonline.py
2016-03-11 00:18:33 -05:00

8 lines
253 B
Python

# shipMaxLockedTargetsBonusAddOnline
#
# Used by:
# Modules from group: Signal Amplifier (7 of 7)
type = "passive"
def handler(fit, module, context):
fit.ship.increaseItemAttr("maxLockedTargets", module.getModifiedItemAttr("maxLockedTargetsBonus"))