(fit, ship, context, projectionRange, **kwargs)
| 18153 | |
| 18154 | @staticmethod |
| 18155 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18156 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 18157 | 'powerTransferAmount', ship.getModifiedItemAttr('rookieNosDrain'), **kwargs) |
| 18158 | |
| 18159 | |
| 18160 | class Effect5208(BaseEffect): |
nothing calls this directly
no test coverage detected