9 lines
388 B
Python
9 lines
388 B
Python
# subsystemBonusGallenteEngineeringHeatDamageReduction
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Engineering - Supplemental Coolant Injector
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
|
module.getModifiedItemAttr("subsystemBonusGallenteEngineering"), skill="Gallente Engineering Systems")
|