(fit, skill, context, projectionRange, **kwargs)
| 36074 | |
| 36075 | @staticmethod |
| 36076 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 36077 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), |
| 36078 | 'speed', skill.getModifiedItemAttr('turretSpeeBonus') * skill.level, **kwargs) |
| 36079 | |
| 36080 | |
| 36081 | class Effect8044(BaseEffect): |
nothing calls this directly
no test coverage detected