(fit, implant, context, projectionRange, **kwargs)
| 16805 | |
| 16806 | @staticmethod |
| 16807 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 16808 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 16809 | 'aoeCloudSize', implant.getModifiedItemAttr('aoeCloudSizeBonus'), **kwargs) |
| 16810 | |
| 16811 | |
| 16812 | class Effect4990(BaseEffect): |
nothing calls this directly
no test coverage detected