(fit, module, context, projectionRange, **kwargs)
| 8672 | |
| 8673 | @staticmethod |
| 8674 | def handler(fit, module, context, projectionRange, **kwargs): |
| 8675 | fit.modules.filteredItemBoost(lambda module: module.item.requiresSkill('Cloaking'), |
| 8676 | 'cloakingTargetingDelay', module.getModifiedItemAttr('cloakingTargetingDelayBonus'), **kwargs) |
| 8677 | |
| 8678 | |
| 8679 | class Effect2857(BaseEffect): |
nothing calls this directly
no test coverage detected