(fit, beacon, context, projectionRange, **kwargs)
| 22922 | |
| 22923 | @staticmethod |
| 22924 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22925 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22926 | 'aoeCloudSize', beacon.getModifiedItemAttr('aoeCloudSizeMultiplier'), |
| 22927 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 22928 | |
| 22929 | |
| 22930 | class Effect5921(BaseEffect): |
nothing calls this directly
no test coverage detected