(fit, ship, context, projectionRange, **kwargs)
| 38985 | |
| 38986 | @staticmethod |
| 38987 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38988 | fit.modules.filteredItemBoost( |
| 38989 | lambda mod: mod.item.group.name == 'Energy Neutralizer', 'capacitorNeed', |
| 38990 | ship.getModifiedItemAttr('shipBonusNavyDestroyerAmarr4'), skill='Amarr Destroyer', **kwargs) |
| 38991 | |
| 38992 | |
| 38993 | class Effect11408(BaseEffect): |
nothing calls this directly
no test coverage detected