(fit, ship, context, projectionRange, **kwargs)
| 14946 | |
| 14947 | @staticmethod |
| 14948 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14949 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Projectile Turret'), |
| 14950 | 'falloff', ship.getModifiedItemAttr('shipBonusATF2'), **kwargs) |
| 14951 | |
| 14952 | |
| 14953 | class Effect4477(BaseEffect): |
nothing calls this directly
no test coverage detected