(fit, ship, context, projectionRange, **kwargs)
| 38075 | |
| 38076 | @staticmethod |
| 38077 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38078 | fit.modules.filteredItemBoost( |
| 38079 | lambda mod: mod.item.group.name == 'Warp Disrupt Field Generator', |
| 38080 | 'signatureRadiusBonus', ship.getModifiedItemAttr('eliteBonusHeavyInterdictors3'), **kwargs) |
| 38081 | |
| 38082 | |
| 38083 | class Effect8364(BaseEffect): |
nothing calls this directly
no test coverage detected