(fit, ship, context, projectionRange, **kwargs)
| 42043 | |
| 42044 | @staticmethod |
| 42045 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42046 | fit.modules.filteredItemBoost( |
| 42047 | lambda mod: mod.item.requiresSkill('Small Projectile Turret'), 'falloff', |
| 42048 | ship.getModifiedItemAttr('shipBonusRole6'), **kwargs) |
| 42049 | |
| 42050 | |
| 42051 | class Effect12568(BaseEffect): |
nothing calls this directly
no test coverage detected