(fit, container, context, projectionRange, **kwargs)
| 1131 | |
| 1132 | @staticmethod |
| 1133 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1134 | level = container.level if 'skill' in context else 1 |
| 1135 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'), |
| 1136 | 'falloff', container.getModifiedItemAttr('falloffBonus') * level, **kwargs) |
| 1137 | |
| 1138 | |
| 1139 | class Effect315(BaseEffect): |
nothing calls this directly
no test coverage detected