6 lines
289 B
Python
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)
|