(fit, ship, context, projectionRange, **kwargs)
| 18270 | |
| 18271 | @staticmethod |
| 18272 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18273 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 18274 | 'falloff', ship.getModifiedItemAttr('rookieSHTFalloff'), **kwargs) |
| 18275 | |
| 18276 | |
| 18277 | class Effect5217(BaseEffect): |
nothing calls this directly
no test coverage detected