Files
pyfa/eos/effects/shipbonusdronetrackinggf.py

9 lines
306 B
Python

# shipBonusDroneTrackingGF
#
# Used by:
# Ship: Tristan
type = "passive"
def handler(fit, ship, context):
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
"trackingSpeed", ship.getModifiedItemAttr("shipBonusGF"), skill="Gallente Frigate")