12 lines
334 B
Python
12 lines
334 B
Python
# shipBonusDroneTrackingGF
|
|
#
|
|
# Used by:
|
|
# Ship: Maulus Navy Issue
|
|
# 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")
|