(fit, src, context, projectionRange, **kwargs)
| 25320 | |
| 25321 | @staticmethod |
| 25322 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25323 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'falloffEffectiveness', |
| 25324 | src.getModifiedItemAttr('shipBonus3AF'), skill='Amarr Frigate', **kwargs) |
| 25325 | |
| 25326 | |
| 25327 | class Effect6287(BaseEffect): |
nothing calls this directly
no test coverage detected