(fit, ship, context, projectionRange, **kwargs)
| 3831 | |
| 3832 | @staticmethod |
| 3833 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3834 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 3835 | 'powerTransferAmount', ship.getModifiedItemAttr('shipBonusAF'), |
| 3836 | skill='Amarr Frigate', **kwargs) |
| 3837 | |
| 3838 | |
| 3839 | class Effect1218(BaseEffect): |
nothing calls this directly
no test coverage detected