(fit, ship, context, projectionRange, **kwargs)
| 41468 | |
| 41469 | @staticmethod |
| 41470 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41471 | fit.modules.filteredItemBoost( |
| 41472 | lambda mod: mod.item.group.name == 'Energy Nosferatu', 'energyNeutralizerSignatureResolution', |
| 41473 | ship.getModifiedItemAttr('shipBloodRaiderCapitalNosSignatureReductionMultiplyer'), **kwargs) |
| 41474 | |
| 41475 | |
| 41476 | class Effect12275(BaseEffect): |
nothing calls this directly
no test coverage detected