Files
pyfa/eos/effects/shipbonusstrategiccruiseramarrheatdamage.py
2014-07-30 21:23:27 -04:00

8 lines
312 B
Python

# Used by:
# Ship: Legion
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Strategic Cruiser").level
fit.modules.filteredItemBoost(lambda mod: True, "heatDamage",
ship.getModifiedItemAttr("shipBonusStrategicCruiserAmarr") * level)