12 lines
362 B
Python
12 lines
362 B
Python
# interceptor2LaserTracking
|
|
#
|
|
# Used by:
|
|
# Ship: Crusader
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
|
|
"trackingSpeed", ship.getModifiedItemAttr("eliteBonusInterceptor2"),
|
|
skill="Interceptors")
|