(fit, ship, context, projectionRange, **kwargs)
| 3886 | |
| 3887 | @staticmethod |
| 3888 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3889 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 3890 | 'powerTransferAmount', ship.getModifiedItemAttr('shipBonusAC'), |
| 3891 | skill='Amarr Cruiser', **kwargs) |
| 3892 | |
| 3893 | |
| 3894 | class Effect1221(BaseEffect): |
nothing calls this directly
no test coverage detected