Files
pyfa/eos/effects/shipbonusdronetrackinggc.py

10 lines
358 B
Python

# shipBonusDroneTrackingGC
#
# Used by:
# Ship: Vexor Navy Issue
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Gallente Cruiser").level
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonusGC") * level)