(fit, src, context, projectionRange, **kwargs)
| 25184 | |
| 25185 | @staticmethod |
| 25186 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25187 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer', 'falloffEffectiveness', |
| 25188 | src.getModifiedItemAttr('shipBonusAB2'), skill='Amarr Battleship', **kwargs) |
| 25189 | |
| 25190 | |
| 25191 | class Effect6257(BaseEffect): |
nothing calls this directly
no test coverage detected