Files
pyfa/eos/effects/shipbonusdronemwdboostgc.py

9 lines
313 B
Python

# shipBonusDroneMWDboostGC
#
# Used by:
# Ship: Vexor Navy Issue
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"maxVelocity", ship.getModifiedItemAttr("shipBonusGC"), skill="Gallente Cruiser")