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

12 lines
359 B
Python

# shipHeatDamageGallenteTacticalDestroyer3
#
# Used by:
# Ship: Hecate
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
ship.getModifiedItemAttr("shipBonusTacticalDestroyerGallente3"),
skill="Gallente Tactical Destroyer")