(fit, ship, context, projectionRange, **kwargs)
| 3920 | |
| 3921 | @staticmethod |
| 3922 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3923 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 3924 | 'maxRange', ship.getModifiedItemAttr('shipBonusMC2'), |
| 3925 | skill='Minmatar Cruiser', **kwargs) |
| 3926 | |
| 3927 | |
| 3928 | class Effect1228(BaseEffect): |
nothing calls this directly
no test coverage detected