11 lines
375 B
Python
11 lines
375 B
Python
# subsystemBonusCaldariCore3ECMHeatBonus
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Core - Obfuscation Manifold
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM", "overloadECMStrengthBonus",
|
|
src.getModifiedItemAttr("subsystemBonusCaldariCore3"), skill="Caldari Core Systems")
|