(fit, src, context, projectionRange, **kwargs)
| 26419 | |
| 26420 | @staticmethod |
| 26421 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26422 | fit.modules.filteredItemForce(lambda mod: mod.item.group.name == 'Cloaking Device', |
| 26423 | 'maxVelocityModifier', src.getModifiedItemAttr('ignoreCloakVelocityPenalty'), **kwargs) |
| 26424 | |
| 26425 | |
| 26426 | class Effect6386(BaseEffect): |
nothing calls this directly
no test coverage detected