(fit, ship, context, projectionRange, **kwargs)
| 14864 | |
| 14865 | @staticmethod |
| 14866 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 14867 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 14868 | 'maxRange', ship.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs) |
| 14869 | |
| 14870 | |
| 14871 | class Effect4472(BaseEffect): |
nothing calls this directly
no test coverage detected