(fit, ship, context, projectionRange, **kwargs)
| 24565 | |
| 24566 | @staticmethod |
| 24567 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24568 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Infomorph Psychology'), |
| 24569 | 'entosisCPUAdd', ship.getModifiedItemAttr('entosisCPUPenalty'), **kwargs) |
| 24570 | |
| 24571 | |
| 24572 | class Effect6171(BaseEffect): |
nothing calls this directly
no test coverage detected