Files
pyfa/eos/effects/shipheatdamagegallentetacticaldestroyer3.py
2015-06-23 00:00:09 +03:00

10 lines
366 B
Python

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