(fit, ship, context, projectionRange, **kwargs)
| 3867 | |
| 3868 | @staticmethod |
| 3869 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3870 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 3871 | 'powerTransferAmount', ship.getModifiedItemAttr('shipBonusAB'), |
| 3872 | skill='Amarr Battleship', **kwargs) |
| 3873 | |
| 3874 | |
| 3875 | class Effect1220(BaseEffect): |
nothing calls this directly
no test coverage detected