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

12 lines
416 B
Python

# subsystemBonusMinmatarCore3StasisWebHeatBonus
#
# Used by:
# Subsystem: Loki Core - Immobility Drivers
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Stasis Web",
"overloadRangeBonus", src.getModifiedItemAttr("subsystemBonusMinmatarCore3"),
skill="Minmatar Core Systems")