(fit, module, context, projectionRange, **kwargs)
| 18706 | |
| 18707 | @staticmethod |
| 18708 | def handler(fit, module, context, projectionRange, **kwargs): |
| 18709 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Leadership'), |
| 18710 | 'warfareLinkCPUAdd', module.getModifiedItemAttr('warfareLinkCPUPenalty'), **kwargs) |
| 18711 | |
| 18712 | |
| 18713 | class Effect5266(BaseEffect): |
nothing calls this directly
no test coverage detected