Files
pyfa/eos/effects/shipbonusorecapshipdronedmgbonus.py

10 lines
377 B
Python

# shipBonusORECapShipDroneDmgBonus
#
# Used by:
# Ship: Rorqual
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Capital Industrial Ships").level
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusORECapital4") * level)