(fit, ship, context, projectionRange, **kwargs)
| 37210 | |
| 37211 | @staticmethod |
| 37212 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37213 | fit.modules.filteredItemBoost( |
| 37214 | lambda mod: mod.item.group.name == 'Energy Neutralizer', 'energyNeutralizerAmount', |
| 37215 | ship.getModifiedItemAttr('eliteBonusBlackOps2'), skill='Black Ops', **kwargs) |
| 37216 | fit.modules.filteredItemBoost( |
| 37217 | lambda mod: mod.item.group.name == 'Energy Nosferatu', 'powerTransferAmount', |
| 37218 | ship.getModifiedItemAttr('eliteBonusBlackOps2'), skill='Black Ops', **kwargs) |
| 37219 | |
| 37220 | |
| 37221 | class Effect8154(BaseEffect): |
nothing calls this directly
no test coverage detected