(fit, container, context, projectionRange, **kwargs)
| 1337 | |
| 1338 | @staticmethod |
| 1339 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1340 | level = container.level if 'skill' in context else 1 |
| 1341 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 1342 | 'speed', container.getModifiedItemAttr('turretSpeeBonus') * level, **kwargs) |
| 1343 | |
| 1344 | |
| 1345 | class Effect446(BaseEffect): |
nothing calls this directly
no test coverage detected