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

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