Files
pyfa/eos/effects/shipheatdamageminmatartacticaldestroyer3.py
2015-02-14 01:27:52 -05:00

10 lines
366 B
Python

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