Files
pyfa/eos/effects/effect6008.py
2019-03-16 14:08:20 -04:00

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")