@@ -43719,6 +43719,21 @@ def handler(fit, src, context, projectionRange, **kwargs):
4371943719 src.getModifiedItemAttr('shipBonusGD2'), skill='Gallente Destroyer', **kwargs)
4372043720
4372143721
43722+ class Effect12916(BaseEffect):
43723+ """
43724+ moduleBonusBreacherPodDamageControl
43725+
43726+ Used by:
43727+ Module: Breach Control
43728+ """
43729+
43730+ type = 'active'
43731+
43732+ @staticmethod
43733+ def handler(fit, src, context, projectionRange, **kwargs):
43734+ fit.ship.boostItemAttr('breacherPodDamageResistance', src.getModifiedItemAttr('breacherPodActivatedDamageReceivedPercentage'), **kwargs)
43735+
43736+
4372243737class Effect12923(BaseEffect):
4372343738 """
4372443739 dScanRangeBonus
@@ -43734,6 +43749,22 @@ def handler(fit, src, context, projectionRange, **kwargs):
4373443749 fit.ship.boostItemAttr('maxDirectionalScanRange', src.getModifiedItemAttr('dScanRangeBonus'), **kwargs)
4373543750
4373643751
43752+ class Effect12924(BaseEffect):
43753+ """
43754+ proximityDbuffTacticalDestroyerHPAddEffect
43755+
43756+ Used by:
43757+ Ships from group: Tactical Destroyer (5 of 5)
43758+ """
43759+
43760+ type = 'passive'
43761+
43762+ @staticmethod
43763+ def handler(fit, src, context, projectionRange, **kwargs):
43764+ for attr in ('shieldCapacity', 'armorHP', 'hp'):
43765+ fit.ship.increaseItemAttr(attr, src.getModifiedItemAttr('proximityDbuffEffectTacticalDestroyerHP'), **kwargs)
43766+
43767+
4373743768class Effect12940(BaseEffect):
4373843769 """
4373943770 capNeedBonusEffectLasersOnline
0 commit comments