Files
pyfa/eos/effects/shipbonusheavydronetrackinggc.py

9 lines
325 B
Python

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