(fit, ship, context, projectionRange, **kwargs)
| 3903 | |
| 3904 | @staticmethod |
| 3905 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 3906 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 3907 | 'maxRange', ship.getModifiedItemAttr('shipBonusMB'), |
| 3908 | skill='Minmatar Battleship', **kwargs) |
| 3909 | |
| 3910 | |
| 3911 | class Effect1222(BaseEffect): |
nothing calls this directly
no test coverage detected