(fit, ship, context, projectionRange, **kwargs)
| 15164 | |
| 15165 | @staticmethod |
| 15166 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15167 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 15168 | 'speedFactor', ship.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs) |
| 15169 | |
| 15170 | |
| 15171 | class Effect4515(BaseEffect): |
nothing calls this directly
no test coverage detected