(fit, src, context, projectionRange, **kwargs)
| 31948 | |
| 31949 | @staticmethod |
| 31950 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31951 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 31952 | 'powerTransferAmount', src.getModifiedItemAttr('shipBonusTitanA1'), skill='Amarr Titan', **kwargs) |
| 31953 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', |
| 31954 | 'energyNeutralizerAmount', src.getModifiedItemAttr('shipBonusTitanA1'), skill='Amarr Titan', **kwargs) |
| 31955 | |
| 31956 | |
| 31957 | class Effect6855(BaseEffect): |
nothing calls this directly
no test coverage detected