Files
pyfa/eos/effects/effect2187.py
2019-03-16 14:08:20 -04:00

13 lines
395 B
Python

# shipBonusDroneDamageMultiplierGB2
#
# Used by:
# Variations of ship: Dominix (3 of 3)
# Ship: Nestor
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGB2"),
skill="Gallente Battleship")