Files
pyfa/eos/effects/shipheatdamageamarrtacticaldestroyer3.py
2014-12-02 01:15:06 -05:00

6 lines
289 B
Python

type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Tactical Destroyer").level
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
ship.getModifiedItemAttr("shipBonusTacticalDestroyerAmarr3") * level)