Files
pyfa/eos/effects/dreadnoughtmd1projdmgbonus.py

9 lines
343 B
Python

# dreadnoughtMD1ProjDmgBonus
#
# Used by:
# Ship: Naglfar
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Projectile Turret"),
"damageMultiplier", ship.getModifiedItemAttr("dreadnoughtShipBonusM1"), skill="Minmatar Dreadnought")