11 lines
632 B
Python
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")
|