(fit, src, context, projectionRange, **kwargs)
| 28085 | |
| 28086 | @staticmethod |
| 28087 | def handler(fit, src, context, projectionRange, **kwargs): |
| 28088 | fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill('Fighters'), 'maxVelocity', |
| 28089 | src.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 28090 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Drones'), 'maxVelocity', |
| 28091 | src.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs) |
| 28092 | |
| 28093 | |
| 28094 | class Effect6556(BaseEffect): |
nothing calls this directly
no test coverage detected