(fit, src, context, projectionRange, **kwargs)
| 25370 | |
| 25371 | @staticmethod |
| 25372 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25373 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'maxRange', |
| 25374 | src.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs) |
| 25375 | |
| 25376 | |
| 25377 | class Effect6299(BaseEffect): |
nothing calls this directly
no test coverage detected