(cls, fit, booster, context, projectionRange, **kwargs)
| 8014 | |
| 8015 | @classmethod |
| 8016 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 8017 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 8018 | 'maxRange', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 8019 | |
| 8020 | |
| 8021 | class Effect2741(BaseEffect): |
nothing calls this directly
no test coverage detected