(fit, container, context, projectionRange, **kwargs)
| 2192 | |
| 2193 | @staticmethod |
| 2194 | def handler(fit, container, context, projectionRange, **kwargs): |
| 2195 | level = container.level if 'skill' in context else 1 |
| 2196 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 2197 | 'cpu', container.getModifiedItemAttr('cpuNeedBonus') * level, **kwargs) |
| 2198 | |
| 2199 | |
| 2200 | class Effect699(BaseEffect): |
nothing calls this directly
no test coverage detected