Files
pyfa/eos/effects/shipsetdmgbonusrookie.py

11 lines
335 B
Python

# shipSETDmgBonusRookie
#
# Used by:
# Ship: Hematos
# Ship: Immolator
# Ship: Impairor
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
"damageMultiplier", ship.getModifiedItemAttr("rookieSETDamageBonus"))