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

9 lines
344 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam",
"maxRange", module.getModifiedItemAttr("subsystemBonusGallenteElectronic2"),
skill="Gallente Electronic Systems")