Files
pyfa/eos/effects/shipbonusdreadnoughtrole1damagebonus.py

11 lines
314 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"))