(fit, src, context, projectionRange, **kwargs)
| 31966 | |
| 31967 | @staticmethod |
| 31968 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31969 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 31970 | 'powerTransferAmount', src.getModifiedItemAttr('shipBonusDreadnoughtA1'), skill='Amarr Dreadnought', **kwargs) |
| 31971 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 31972 | 'energyNeutralizerAmount', src.getModifiedItemAttr('shipBonusDreadnoughtA1'), skill='Amarr Dreadnought', **kwargs) |
| 31973 | |
| 31974 | |
| 31975 | class Effect6856(BaseEffect): |
nothing calls this directly
no test coverage detected