(fit, ship, context, projectionRange, **kwargs)
| 15544 | |
| 15545 | @staticmethod |
| 15546 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15547 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 15548 | 'falloff', ship.getModifiedItemAttr('shipBonusATC2'), **kwargs) |
| 15549 | |
| 15550 | |
| 15551 | class Effect4626(BaseEffect): |
nothing calls this directly
no test coverage detected