(fit, container, context, projectionRange, **kwargs)
| 9781 | |
| 9782 | @staticmethod |
| 9783 | def handler(fit, container, context, projectionRange, **kwargs): |
| 9784 | level = container.level if 'skill' in context else 1 |
| 9785 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Auto-Targeting Missiles'), |
| 9786 | 'aoeCloudSize', container.getModifiedItemAttr('aoeCloudSizeBonus') * level, **kwargs) |
| 9787 | |
| 9788 | |
| 9789 | class Effect3234(BaseEffect): |
nothing calls this directly
no test coverage detected