(fit, ship, context, projectionRange, **kwargs)
| 39002 | |
| 39003 | @staticmethod |
| 39004 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39005 | fit.modules.filteredItemBoost( |
| 39006 | lambda mod: mod.item.group.name == 'Energy Neutralizer', 'energyNeutralizerAmount', |
| 39007 | ship.getModifiedItemAttr('shipBonusNavyDestroyerAmarr5'), skill='Amarr Destroyer', **kwargs) |
| 39008 | |
| 39009 | |
| 39010 | class Effect11410(BaseEffect): |
nothing calls this directly
no test coverage detected