11 lines
304 B
Python
11 lines
304 B
Python
# shipBonusSmallHybridTrackingSpeedATF2
|
|
#
|
|
# Used by:
|
|
# Ship: Utu
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Hybrid Turret"),
|
|
"trackingSpeed", ship.getModifiedItemAttr("shipBonusATF2"))
|