(fit, module, context, projectionRange, **kwargs)
| 11269 | |
| 11270 | @staticmethod |
| 11271 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11272 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 11273 | 'maxRange', module.getModifiedItemAttr('maxRangeBonus'), |
| 11274 | stackingPenalties=True, **kwargs) |
| 11275 | |
| 11276 | |
| 11277 | class Effect3656(BaseEffect): |
nothing calls this directly
no test coverage detected