9 lines
317 B
Python
9 lines
317 B
Python
# shipHeatDamageAmarrTacticalDestroyer3
|
|
#
|
|
# Used by:
|
|
# Ship: Confessor
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
|
|
ship.getModifiedItemAttr("shipBonusTacticalDestroyerAmarr3"), skill="Amarr Tactical Destroyer")
|