13 lines
512 B
Python
13 lines
512 B
Python
# subsystemBonusGallenteOffensive3TurretTracking
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Offensive - Drone Synthesis Projector
|
|
# Subsystem: Proteus Offensive - Hybrid Encoding Platform
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Hybrid Turret"),
|
|
"trackingSpeed", module.getModifiedItemAttr("subsystemBonusGallenteOffensive3"),
|
|
skill="Gallente Offensive Systems")
|