(fit, beacon, context, projectionRange, **kwargs)
| 40293 | |
| 40294 | @staticmethod |
| 40295 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 40296 | fit.modules.filteredItemMultiply( |
| 40297 | lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), |
| 40298 | 'aoeCloudSize', beacon.getModifiedItemAttr('aoeCloudSizeMultiplier'), |
| 40299 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 40300 | |
| 40301 | |
| 40302 | class Effect11948(BaseEffect): |
nothing calls this directly
no test coverage detected