(fit, ship, context, projectionRange, **kwargs)
| 42811 | |
| 42812 | @staticmethod |
| 42813 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42814 | fit.modules.filteredItemBoost( |
| 42815 | lambda mod: mod.item.group.name == 'Stasis Grappler', 'maxRange', |
| 42816 | ship.getModifiedItemAttr('eliteBonusBlackOps3'), skill='Black Ops', **kwargs) |
| 42817 | |
| 42818 | |
| 42819 | class Effect12812(BaseEffect): |
nothing calls this directly
no test coverage detected