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

12 lines
386 B
Python

# shipBonusDroneDamageMultiplierGBC1
#
# Used by:
# Variations of ship: Myrmidon (2 of 2)
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"damageMultiplier", ship.getModifiedItemAttr("shipBonusGBC1"),
skill="Gallente Battlecruiser")