(fit, ship, context, projectionRange, **kwargs)
| 10499 | |
| 10500 | @staticmethod |
| 10501 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10502 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Disrupt Field Generator', |
| 10503 | 'warpScrambleRange', ship.getModifiedItemAttr('eliteBonusHeavyInterdictors2'), |
| 10504 | skill='Heavy Interdiction Cruisers', **kwargs) |
| 10505 | |
| 10506 | |
| 10507 | class Effect3473(BaseEffect): |
nothing calls this directly
no test coverage detected