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