Files
pyfa/eos/effects/subsystembonusgallenteelectronicwarpscramblerange.py
2014-07-30 21:23:27 -04:00

8 lines
404 B
Python

# Used by:
# Subsystem: Proteus Electronics - Friction Extension Processor
type = "passive"
def handler(fit, module, context):
level = fit.character.getSkill("Gallente Electronic Systems").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Warp Scrambler",
"maxRange", module.getModifiedItemAttr("subsystemBonusGallenteElectronic") * level)