Files
pyfa/eos/effects/subsystembonusminmatardefensive3tractorbeambonus.py
2017-06-27 21:03:16 -04:00

11 lines
632 B
Python

# subSystemBonusMinmatarDefensive3TractorBeamBonus
#
# Used by:
# Subsystem: Loki Defensive - Covert Reconfiguration
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam", "maxRange",
src.getModifiedItemAttr("subsystemBonusMinmatarDefensive3"), skill="Minmatar Defensive Systems")
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam", "maxTractorVelocity",
src.getModifiedItemAttr("subsystemBonusMinmatarDefensive3"), skill="Minmatar Defensive Systems")