(fit, src, context, projectionRange, **kwargs)
| 25387 | |
| 25388 | @staticmethod |
| 25389 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25390 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'falloffEffectiveness', |
| 25391 | src.getModifiedItemAttr('shipBonusAC3'), skill='Amarr Cruiser', **kwargs) |
| 25392 | |
| 25393 | |
| 25394 | class Effect6300(BaseEffect): |
nothing calls this directly
no test coverage detected