11 lines
352 B
Python
11 lines
352 B
Python
# eliteIndustrialArmorHardenerHeatBonus
|
|
#
|
|
# Used by:
|
|
# Ships from group: Deep Space Transport (4 of 4)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Hull Upgrades"),
|
|
"overloadHardeningBonus", ship.getModifiedItemAttr("roleBonusOverheatDST"))
|