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

12 lines
359 B
Python

# shipHeatDamageMinmatarTacticalDestroyer3
#
# Used by:
# Ship: Svipul
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
ship.getModifiedItemAttr("shipBonusTacticalDestroyerMinmatar3"),
skill="Minmatar Tactical Destroyer")