9 lines
246 B
Python
Executable File
9 lines
246 B
Python
Executable File
# Used by:
|
|
# Ship: Cambion
|
|
# Ship: Etana
|
|
# Ship: Utu
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
|
ship.getModifiedItemAttr("shipBonusATF1"))
|