Files
pyfa/eos/effects/subsystembonusamarrdefensivetractorbeambonus3.py
2017-06-25 00:18:06 -04:00

16 lines
699 B
Python

# subSystemBonusAmarrDefensiveTractorBeamBonus3
#
# Used by:
# Subsystem: Legion Defensive - Covert Reconfiguration
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam",
"maxRange", module.getModifiedItemAttr("subsystemBonusAmarrDefensive3"),
skill="Amarr Defensive Systems")
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam",
"maxTractorVelocity", module.getModifiedItemAttr("subsystemBonusAmarrDefensive3"),
skill="Amarr Defensive Systems")