(fit, module, context, projectionRange, **kwargs)
| 15295 | |
| 15296 | @staticmethod |
| 15297 | def handler(fit, module, context, projectionRange, **kwargs): |
| 15298 | for attr in ('maxRange', 'falloff', 'trackingSpeed'): |
| 15299 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 15300 | attr, module.getModifiedItemAttr('%sBonus' % attr), |
| 15301 | stackingPenalties=True, **kwargs) |
| 15302 | |
| 15303 | |
| 15304 | class Effect4575(BaseEffect): |
nothing calls this directly
no test coverage detected