(fit, src, context, projectionRange, **kwargs)
| 26572 | |
| 26573 | @staticmethod |
| 26574 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26575 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Energy Neutralizer', |
| 26576 | 'maxRange', src.getModifiedItemAttr('structureRigEwarOptimalBonus'), |
| 26577 | stackingPenalties=True, **kwargs) |
| 26578 | |
| 26579 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Energy Neutralizer', |
| 26580 | 'falloffEffectiveness', src.getModifiedItemAttr('structureRigEwarFalloffBonus'), |
| 26581 | stackingPenalties=True, **kwargs) |
| 26582 | |
| 26583 | |
| 26584 | class Effect6405(BaseEffect): |
nothing calls this directly
no test coverage detected