(cls, fit, booster, context, projectionRange, **kwargs)
| 8034 | |
| 8035 | @classmethod |
| 8036 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 8037 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 8038 | 'falloff', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 8039 | |
| 8040 | |
| 8041 | class Effect2745(BaseEffect): |
nothing calls this directly
no test coverage detected