(fit, container, context, projectionRange, **kwargs)
| 33257 | |
| 33258 | @staticmethod |
| 33259 | def handler(fit, container, context, projectionRange, **kwargs): |
| 33260 | fit.modules.filteredChargeBoost( |
| 33261 | lambda mod: mod.charge.requiresSkill('Survey'), 'explosionDelay', |
| 33262 | container.getModifiedItemAttr('surveyProbeDurationBonus'), **kwargs) |
| 33263 | |
| 33264 | |
| 33265 | class Effect6981(BaseEffect): |
nothing calls this directly
no test coverage detected