Files
pyfa/eos/effects/shipheatdamagegallentetacticaldestroyer3.py

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