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

8 lines
347 B
Python

# Used by:
# Ship: Absolution
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Command Ships").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
"damageMultiplier", ship.getModifiedItemAttr("eliteBonusCommandShips1") * level)