(fit, src, context, projectionRange, **kwargs)
| 13712 | |
| 13713 | @staticmethod |
| 13714 | def handler(fit, src, context, projectionRange, **kwargs): |
| 13715 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', 'powerTransferAmount', |
| 13716 | src.getModifiedItemAttr('subsystemBonusAmarrCore2'), skill='Amarr Core Systems', **kwargs) |
| 13717 | |
| 13718 | |
| 13719 | class Effect4217(BaseEffect): |
nothing calls this directly
no test coverage detected