@@ -8641,6 +8641,7 @@ class Effect2851(BaseEffect):
86418641
86428642 Used by:
86438643 Modules named like: Warhead Calefaction Catalyst (8 of 8)
8644+ Implant: Guristas Damage Booster III
86448645 """
86458646
86468647 type = 'passive'
@@ -35234,7 +35235,7 @@ class Effect7176(BaseEffect):
3523435235 skillBonusDroneInterfacingNotFighters
3523535236
3523635237 Used by:
35237- Implants named like: Federation Damage Booster (4 of 4 )
35238+ Implants named like: Damage Booster (5 of 5 )
3523835239 Implants named like: Halcyon G Booster (5 of 5)
3523935240 Implant: CreoDron 'Bumblebee' Drone Tuner T10-5D
3524035241 Implant: CreoDron 'Yellowjacket' Drone Tuner D5-10T
@@ -37275,6 +37276,23 @@ def handler(fit, ship, context, projectionRange, **kwargs):
3727537276 ship.getModifiedItemAttr('eliteBonusBlackOps2'), skill='Black Ops', **kwargs)
3727637277
3727737278
37279+ class Effect8155(BaseEffect):
37280+ """
37281+ eliteBonusLPTtrackingBlackOps1
37282+
37283+ Used by:
37284+ Ship: Panther
37285+ """
37286+
37287+ type = 'passive'
37288+
37289+ @staticmethod
37290+ def handler(fit, ship, context, projectionRange, **kwargs):
37291+ fit.modules.filteredItemBoost(
37292+ lambda mod: mod.item.requiresSkill('Large Projectile Turret'),
37293+ 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusBlackOps1'), skill='Black Ops', **kwargs)
37294+
37295+
3727837296class Effect8156(BaseEffect):
3727937297 """
3728037298 eliteBonusLPTfalloffBlackOps2
@@ -42750,7 +42768,7 @@ def handler(fit, src, context, projectionRange, **kwargs):
4275042768
4275142769class Effect12811(BaseEffect):
4275242770 """
42753- eliteBonusGrapplerFalloffBlackOps1
42771+ eliteBonusStasisGrapplerMaxRangeBlackOps3
4275442772
4275542773 Used by:
4275642774 Ship: Panther
@@ -42761,8 +42779,8 @@ class Effect12811(BaseEffect):
4276142779 @staticmethod
4276242780 def handler(fit, ship, context, projectionRange, **kwargs):
4276342781 fit.modules.filteredItemBoost(
42764- lambda mod: mod.item.group.name == 'Stasis Grappler', 'falloffEffectiveness ',
42765- ship.getModifiedItemAttr('eliteBonusBlackOps1 '), skill='Black Ops', **kwargs)
42782+ lambda mod: mod.item.group.name == 'Stasis Grappler', 'maxRange ',
42783+ ship.getModifiedItemAttr('eliteBonusBlackOps3 '), skill='Black Ops', **kwargs)
4276642784
4276742785
4276842786class Effect12835(BaseEffect):
0 commit comments