Files
pyfa/eos/effects/shipbonusdreadnoughtrole1damagebonus.py
2016-07-03 00:40:10 -04:00

10 lines
313 B
Python

# shipBonusDreadnoughtRole1DamageBonus
#
# Used by:
# Ship: Vehement
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Hybrid Turret"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusRole1"))