Files
pyfa/eos/effects/shipheatdamageamarrtacticaldestroyer3.py

12 lines
353 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")