(fit, booster, context, projectionRange, **kwargs)
| 37303 | |
| 37304 | @staticmethod |
| 37305 | def handler(fit, booster, context, projectionRange, **kwargs): |
| 37306 | fit.modules.filteredItemBoost( |
| 37307 | lambda mod: mod.item.requiresSkill('Cloaking'), 'stabilizeCloakDuration', |
| 37308 | booster.getModifiedItemAttr('stabilizeCloakDurationBonus'), **kwargs) |
| 37309 | |
| 37310 | |
| 37311 | class Effect8199(BaseEffect): |
nothing calls this directly
no test coverage detected