Files
pyfa/eos/effects/shipheatdamagecaldaritacticaldestroyer3.py
2015-05-21 16:44:39 +03:00

10 lines
364 B
Python

# shipHeatDamageCaldariTacticalDestroyer3
#
# Used by:
# Ship: Jackdaw
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Tactical Destroyer").level
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
ship.getModifiedItemAttr("shipBonusTacticalDestroyerCaldari3") * level)