12 lines
416 B
Python
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")
|