(fit, container, context, projectionRange, **kwargs)
| 4497 | |
| 4498 | @staticmethod |
| 4499 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4500 | level = container.level if 'skill' in context else 1 |
| 4501 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', |
| 4502 | 'falloffEffectiveness', container.getModifiedItemAttr('falloffBonus') * level, **kwargs) |
| 4503 | |
| 4504 | |
| 4505 | class Effect1451(BaseEffect): |
nothing calls this directly
no test coverage detected