Files
pyfa/eos/effects/shipsptdmgbonusrookie.py

10 lines
316 B
Python

# shipSPTDmgBonusRookie
#
# Used by:
# Ship: Echo
# Ship: Reaper
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("rookieSPTDamageBonus"))