(fit, module, context, projectionRange, **kwargs)
| 15214 | |
| 15215 | @staticmethod |
| 15216 | def handler(fit, module, context, projectionRange, **kwargs): |
| 15217 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 15218 | 'falloff', module.getModifiedItemAttr('falloffBonus'), |
| 15219 | stackingPenalties=True, **kwargs) |
| 15220 | |
| 15221 | |
| 15222 | class Effect4555(BaseEffect): |
nothing calls this directly
no test coverage detected