(fit, module, context, projectionRange, **kwargs)
| 19956 | |
| 19957 | @staticmethod |
| 19958 | def handler(fit, module, context, projectionRange, **kwargs): |
| 19959 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Astrometrics'), |
| 19960 | 'duration', module.getModifiedItemAttr('scanDurationBonus'), **kwargs) |
| 19961 | |
| 19962 | |
| 19963 | class Effect5399(BaseEffect): |
nothing calls this directly
no test coverage detected