Files
pyfa/eos/effects/shipbonusheavydronespeedgc.py

9 lines
320 B
Python

# shipBonusHeavyDroneSpeedGC
#
# Used by:
# Ship: Ishtar
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Heavy Drone Operation"),
"maxVelocity", ship.getModifiedItemAttr("shipBonusGC"), skill="Gallente Cruiser")