(fit, beacon, context, projectionRange, **kwargs)
| 40311 | |
| 40312 | @staticmethod |
| 40313 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 40314 | fit.modules.filteredItemMultiply( |
| 40315 | lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), |
| 40316 | 'damageMultiplier', beacon.getModifiedItemAttr('damageMultiplierMultiplier'), |
| 40317 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 40318 | |
| 40319 | |
| 40320 | class Effect11953(BaseEffect): |
nothing calls this directly
no test coverage detected