(fit, booster, context, projectionRange, **kwargs)
| 40484 | |
| 40485 | @staticmethod |
| 40486 | def handler(fit, booster, context, projectionRange, **kwargs): |
| 40487 | fit.modules.filteredItemBoost( |
| 40488 | lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), 'speed', |
| 40489 | booster.getModifiedItemAttr('turretSpeeBonus'), **kwargs) |
| 40490 | |
| 40491 | |
| 40492 | class Effect12038(BaseEffect): |
nothing calls this directly
no test coverage detected