(fit, src, context, projectionRange, **kwargs)
| 33064 | |
| 33065 | @staticmethod |
| 33066 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33067 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'power', |
| 33068 | src.getModifiedItemAttr('subsystemCommandBurstFittingReduction'), **kwargs) |
| 33069 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Leadership'), 'cpu', |
| 33070 | src.getModifiedItemAttr('subsystemCommandBurstFittingReduction'), **kwargs) |
| 33071 | |
| 33072 | |
| 33073 | class Effect6955(BaseEffect): |
nothing calls this directly
no test coverage detected