Files
pyfa/eos/effects/subsystembonusgallentecore3warpscramheatbonus.py
blitzmann d19486ce15 cleanup
2017-07-11 02:30:26 -04:00

11 lines
399 B
Python

# subsystemBonusGallenteCore3WarpScramHeatBonus
#
# Used by:
# Subsystem: Proteus Core - Friction Extension Processor
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Warp Scrambler", "overloadRangeBonus",
src.getModifiedItemAttr("subsystemBonusGallenteCore3"), skill="Gallente Core Systems")