(fit, ship, context, projectionRange, **kwargs)
| 18016 | |
| 18017 | @staticmethod |
| 18018 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18019 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Nosferatu', |
| 18020 | 'powerTransferAmount', ship.getModifiedItemAttr('shipBonus2AF'), |
| 18021 | skill='Amarr Frigate', **kwargs) |
| 18022 | |
| 18023 | |
| 18024 | class Effect5187(BaseEffect): |
nothing calls this directly
no test coverage detected