Files
pyfa/eos/effects/shipbonusdreadnoughtg1damagebonus.py
2016-04-06 00:12:44 -04:00

8 lines
308 B
Python

# shipBonusDreadnoughtG1DamageBonus
#
# Used by:
# Ship: Moros
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Hybrid Turret"), "damageMultiplier", src.getModifiedItemAttr("shipBonusDreadnoughtG1"), skill="Gallente Dreadnought")