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

7 lines
341 B
Python

# Used by:
# Ship: Wolf
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Assault Frigates").level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("eliteBonusGunship1") * level)