11 lines
317 B
Python
11 lines
317 B
Python
# shipBonusDroneTrackingGC
|
|
#
|
|
# Used by:
|
|
# Ship: Vexor Navy Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill("Drones"),
|
|
"trackingSpeed", ship.getModifiedItemAttr("shipBonusGC"), skill="Gallente Cruiser")
|