(fit, module, context, projectionRange, **kwargs)
| 36242 | |
| 36243 | @staticmethod |
| 36244 | def handler(fit, module, context, projectionRange, **kwargs): |
| 36245 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Vorton Projector', |
| 36246 | 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'), |
| 36247 | stackingPenalties=True, **kwargs) |
| 36248 | fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Vorton Projector', |
| 36249 | 'speed', module.getModifiedItemAttr('speedMultiplier'), |
| 36250 | stackingPenalties=True, **kwargs) |
| 36251 | |
| 36252 | |
| 36253 | class Effect8062(BaseEffect): |
nothing calls this directly
no test coverage detected