(fit, container, context, projectionRange, **kwargs)
| 4297 | |
| 4298 | @staticmethod |
| 4299 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4300 | level = container.level if 'skill' in context else 1 |
| 4301 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Astrometrics'), |
| 4302 | 'duration', container.getModifiedItemAttr('durationBonus') * level, **kwargs) |
| 4303 | |
| 4304 | |
| 4305 | class Effect1410(BaseEffect): |
nothing calls this directly
no test coverage detected