(fit, src, context, projectionRange, **kwargs)
| 26725 | |
| 26726 | @staticmethod |
| 26727 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26728 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Structure Area Denial Module', |
| 26729 | 'empFieldRange', src.getModifiedItemAttr('structureRigPDRangeBonus'), |
| 26730 | stackingPenalties=True, **kwargs) |
| 26731 | |
| 26732 | |
| 26733 | class Effect6413(BaseEffect): |
nothing calls this directly
no test coverage detected